<?xml version="1.0" encoding="UTF-8"?>	<!DOCTYPE html>

	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
					<base href='//icforangecounty.org'>
		
		<title>ICF Orange County Chapter</title>

		
					<meta http-equiv="content-type" content="text/html;charset=utf-8">
		
		<meta name='keywords' content='starchapter'>
		<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

		
			    					<!-- <link href="custom/default_css3.php" rel="stylesheet" media="screen"> -->
				<!-- <link href="custom/css_test2.php" rel="stylesheet" media="screen"> -->
				<!-- <link href="custom/css/default_css3.php" rel="stylesheet" media="screen"> -->
									<link href="custom/css/default_css3.php?ver=2021OctWed" rel="stylesheet" media="screen">
				
								    <!--jquery css -->
					<link href="custom/css/jqueryui.css" rel="stylesheet" media="screen">
			    
									<script>
												document.domain = window.location.hostname;
					</script>
									<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet" media="screen">
					    	
	        <!-- Bootstrap Stylesheet for MDE-->
	        		
		<link href="custom/print.css" rel="stylesheet" media="print">

				   <link rel="SHORTCUT ICON" href="images/favicon.ico">
		
		
					<!--[if IE]>
									<link href="custom/ie_doctype.css" rel="stylesheet" media="screen">
							<![endif]-->

							<script language="JavaScript" src="js/functions.js"></script>

			    				    					    <script language="JavaScript" src="js/v2/prototype.1.7.2.js"></script>
					    <!--<script language="JavaScript" src="js/v2/prototype.1.7.2.min.js"></script>-->
				    
                    <script type="text/javascript" src="js/jquery-1.11.min.js"></script>
			    
			    
			    <script type="text/javascript" src="js/v2/jquery-ui-1.9.2.custom.min.js"></script>
			    <script type="text/javascript" src="js/v2/jquery.ui.dialog.patch.js"></script>

			    
			    <script language='javascript'>
			        var $jq = jQuery.noConflict();
			        //alert(navigator.userAgent);
			    </script>

			    <script type="text/javascript" src="js/jqfunctions.js"></script>
			    <script type="text/javascript" src="js/v2/jquery.tipsy.js"></script>
			    <script type="text/javascript" src="js/v2/hoverIntent.js"></script>
			    <!--<script type="text/javascript" src="js/v2/superfish.min.js"></script>-->
			    <script type="text/javascript" src="js/v2/superfish.js"></script>
			    <script type="text/javascript">
			        // initialise plugins
			        (function($){ //create closure so we can safely use $ as alias for jQuery
			            $(document).ready(function(){
			                // initialise plugin
			                var sf = $('ul.sf-menu').superfish({
			                    //add options here if required
			                });

															var pathname = window.location.href;
								if(pathname.search(/#/)!=-1) pathname=pathname.slice(0,pathname.search(/#/));
								$('a').each(function () {
								   var link = $(this).attr('href');
								   if(typeof(link)!='undefined'){
									   if (link.substr(0,1) == "#" ) {
										   $(this).attr('href', pathname + link);
									   }
								   }
								});
							
							/*
							 *  Display the design preview message if in design preview mode
							 *
							 */
							if(window.name == 'designPreview')
							{
								var designModeMsg = document.getElementById("designModeMsg");

								if(designModeMsg !== null) designModeMsg.style.display = 'inherit';
							};
			            });
			        })(jQuery);
			        /*jQuery(function(){
			            jQuery('ul.sf-menu').superfish({
			                speed: 'fast'
			            });
			        });*/
			    </script>
					
		
		
		<script type ="text/javascript">
	var mobile_hamburger_enabled = true;
	var tablet_hamburger_enabled = true;
	var main_navbar_selector = '#main-navbar .sf-menu.sf-js-enabled';
	var window_width = jQuery(window).width(), window_height = jQuery(window).height();

	function hamburgerServiceTrigger() {
	    var size = window.getComputedStyle(document.body,':after').content.replace(/"|'/g, '');

	    if (size == 'mobile' && !mobile_hamburger_enabled) {
	        jQuery(main_navbar_selector).addClass('show');
	    } else if (size == 'tablet' && !tablet_hamburger_enabled) {
	        jQuery(main_navbar_selector).addClass('show');
	    } else {
	    	jQuery(main_navbar_selector).removeClass('show');
	    }
	}

	jQuery(window).resize(function(){
		if(jQuery(window).width() != window_width || jQuery(window).height() != window_height){
			hamburgerServiceTrigger();
		}
	});

	jQuery(main_navbar_selector).ready(function(){
		setTimeout(function(){
			hamburgerServiceTrigger();
		}, 500);	
	});
</script>
					
					
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">	</head>
		<body  class="blogphp">
		
		<div class='container' id="designModeMsg" style="display:none;">
			<div class="error" style='margin-top:10px;font-family:arial,sans-serif'>
				You are viewing this design in preview mode. The design MUST be published to be live on your website.
			</div>
		</div>

	<div id='outer' >

	
	<script>
function equalHeight(group) {
   tallest = 0;
   group.each(function() {
      thisHeight = jQuery(this).height();
      if(thisHeight > tallest) {
         tallest = thisHeight;
      }
   });
   group.height(tallest);
}
jQuery(window).load(function() {
    if ( jQuery(window).width() > 768 ) {   
                 equalHeight(jQuery(".content > .container > .content-container > div"));
}
});
jQuery(window).resize(function() {
   jQuery(".content .content-container > div").height("auto");
   if(jQuery(window).width() > 768) {
                  equalHeight(jQuery(".content > .container >  .content-container > div")); 
   }
});
</script>
<div id="topnav">
<div class="container">
<ul><li><a href="https://icforangecounty.org/index.php">Home Page</a></li><li><a href="https://icforangecounty.org/members.php">Member Area</a></li><li><a href="https://icforangecounty.org/form.php?form_id=15">Contact Us</a></li></ul>
</div>
</div>

<div id="header">
<div class="container">
<a href="index.php"><div id="logo"><img src="/images/logoICF_OrangeCounty_Horizontal_288.png" /><button id="navbutton" type="button"><i class="fas fa-bars"></i></button></div></a>
<div id="botnav">
<ul id="nav" class="sf-menu"><li class="nav1" ><a href="https://icforangecounty.org/news.php" >President's Message</a></li><li class="nav2" ><a href="https://icforangecounty.org/meetinginfo.php" >Events</a></li><li class="nav3" ><a href="https://icforangecounty.org/join.php" >Join</a></li><li class="nav4" ><a href="https://icforangecounty.org/directory.php" >Find a coach</a><ul class='sf-menu'><li><a href="https://icforangecounty.starchapter.com/directory.php?dirType=alphabetic" >View by Name</a></li><li><a href="https://icforangecounty.starchapter.com/directory.php?dirType=group1" >View by Specialty</a></li></ul></li><li class="nav5" ><a href="https://icforangecounty.org/about.php" >About Us</a><ul class='sf-menu'><li><a href="https://icforangecounty.org/board.php" >Board of Directors</a></li><li><a href="https://icforangecounty.org/gallery.php" >Photo Gallery</a></li><li><a href="https://icforangecounty.org/Testimonials" >Testimonials</a></li><li><a href="https://coachfederation.org" target="_blank" >ICF Global</a></li></ul></li></ul>
</div>
</div>
</div>


<div class="clear"></div>

	<div class='subnav header-btm'>
		<div class='container'>
					</div>
	</div>

<div class='content'>
	<div class='container'>
	    
            <div class="content-container col_2col2575 one containerLevel1" id="left-col">
               <div class="inner-content" id="left_column_td"><div class="sidebox">
<div class="boxhead"></div>
<div class="boxcontent">
<h2>Blog Archives</h2>
<ul><li><a href='blog/c/1'>All Current Blogs</a></li></ul>		<script>
		//this is just for out no flyout menus
		// toggles sub nav
		function toggleNav(navId){
			//alert("#subnav_" + id);
			jQuery("#sub_" + navId).toggle();
			if(jQuery("#sub_" + navId).is(":hidden")){
				jQuery("#nav_" + navId + " span").text("[+]");
			}else{
				jQuery("#nav_" + navId + " span").text("[-]");
			}
		}
		
		</script></div>
<div class="boxfoot"></div>
</div><div class="sidebox">
<div class="boxhead"></div>
<div class="boxcontent">
<h2>Blog Categories</h2>
<ul><li><a href='blog/c/1'>All Current Blogs</a></li></ul></div>
<div class="boxfoot"></div>
</div><div>				<div class="sidebox">
				<div class="boxhead"><!-- --></div>
				<div class="boxcontent">
								<h2><a href='blog.php' style="text-decoration:none">Blog</a></h2>
								<ul>						<li>					
											<a href='blog_arch.php' class='outerSubLi' >Blog Archives</a>
					
											</li>				</ul>
				</div>
				<div class="boxfoot"><!-- --></div>
				</div>		
				</div>
<div>				<div class="sidebox">
				<div class="boxhead"><!-- --></div>
				<div class="boxcontent">
								<h2>Quick Links</h2>
								<ul>						<li>					
											<a href='about.php' class='outerSubLi' >About Us</a>
					
											</li>						<li>					
											<a href='calendar.php' class='outerSubLi' >Calendar of Events</a>
					
											</li>						<li>					
											<a href='form.php?form_id=16' class='outerSubLi' >Sign Up For Our Mailing List</a>
					
											</li>						<li>					
											<a href='form.php?form_id=15' class='outerSubLi' >Contact Us</a>
					
											</li>						<li>					
											<a href='https://forms.gle/rebtWEXQRs5V3UEH8' class='outerSubLi' target='_blank'>Speaker Interest Form</a>
					
											</li>						<li>					
											<a href='gallery.php' class='outerSubLi' >Photo Gallery</a>
					
											</li>				</ul>
				</div>
				<div class="boxfoot"><!-- --></div>
				</div>		
				</div>
<h2>Social Media</h2>
<p><a href="https://www.facebook.com/pages/ICF-Orange-County/258114154211365" target="_blank" rel="noopener"><img src="images/icon-fb-sm.gif" alt="" width="24" height="24" /></a><a href="https://twitter.com/icforangecounty" target="_blank" rel="noopener"><img style="margin-right: 5px; margin-left: 5px;" src="images/icon-twitter-sm.gif" alt="" width="24" height="24" /></a><a href="https://www.linkedin.com/company/international-coach-federation---orange-county-chapter/" target="_blank" rel="noopener"><img src="images/linkedin-square.png" alt="" width="24" height="24" /></a>&#160;<a href="https://www.youtube.com/channel/UCH2rHFJhyOHfg2e83S6nKsQ?view_as=subscriber" target="_blank" rel="noopener"><img src="images/icon_youtube_sm_square_color.png" alt="" width="24" height="24" /></a>&#160;<a href="https://www.instagram.com/icforangecounty/" target="_blank" rel="noopener"><img src="images/FullColor_Instagram_SM_Icon.png" alt="" width="25" height="25" /></a></p>

               </div>
            </div>
            
            <div class="content-container col_2col2575 two last  containerLevel1" id="middle-col-full">
               <div class="inner-content" id="middle_column_td">	<h2>Blog</h2>
	
No blogs selected.	<!-- Subscribe Pop-Up -->
	<div id="subscribeDiv" title="Subscribe to this Post" class='new-form' style='display:none'>
	<form action='blog' method='post' id='subscribeForm' onsubmit='return verifySubscribePost(this);'>
	<input type='hidden' name='formAction' value='subscribe' />
    	<input type='hidden' name='blog_id'  />
	  <p>Enter your email address to receive updates on this post.</p>
	  <label>Name</label>
	  <br/>
	  <input type='text' class='text-input' name='name' value="" />
	  <br/>
	  <label><span class='red'>*</span>&nbsp;Email</label>
	  <br/>
	  <input type='text' class='text-input' name='email' value="" />
	  <br/>
	  <div class='btn-group'>
		<input type='button' class='sec-btn' value='Cancel' onClick="jQuery( '#subscribeDiv' ).dialog( 'close' );"/>
		<input type='submit' class='prime-btn' value='Subscribe' />
	  </div>
	</form>
	</div>
    
    <!-- Comment Popup -->
	<div id="commentDiv" title="Comment on this Post" class='new-form' style='display:none'>
    	<form action='blog' method='post' id='commentForm' onsubmit='return verifyReplyPost(this);'>
    	<input type='hidden' name='formAction'  />
	<input type='hidden' name='blog_id'  />
    <input type='hidden' name='comment_id' />
      <label><span class='red'>*</span>&nbsp;Name</label>
      <input type='text' class='text-input' name='name' value="" />
      <label><span class='red'>*</span>&nbsp;Email</label>
      <input type='text' class='text-input' name='email' value="" />
      <div id='threadFields' style='display:none'>
      <label><span class='red'>*</span>&nbsp;Thread Title</label>
      <input type='text' class='text-input' name='title' value="" />
      </div>
      <label><span class='red'>*</span>&nbsp;<span id='commentLabel'>Comment</span></label>
      <textarea name='comment' ></textarea>
        
<script type="text/javascript">
    function verifyCaptcha() {
        var element =  document.getElementById('g-recaptcha-response');
        if (typeof(element) != 'undefined' && element != null)
        {
          if(element.value.length < 1) {
            jQuery('.captcha-error').show();
            jQuery("html, body").animate({ scrollTop: 0 }, "slow");
            if (typeof paymentProcessingModalClose === 'function') { paymentProcessingModalClose(); }
            return false
          }
        } else if (typeof(element) == 'undefined' && element == null) {
            jQuery('.captcha-error').show();
            jQuery("html, body").animate({ scrollTop: 0 }, "slow");
            if (typeof paymentProcessingModalClose === 'function') { paymentProcessingModalClose(); }
            return false
        }

        jQuery('.captcha-error').hide();
        return true
    }
    function submitForm(el) {
        var form = jQuery(el).parents("form");
        jQuery.post("https://icforangecounty.org/grecaptcha/logging.php", { request_url: "https://icforangecounty.org/blog.php", ip: "2607:f8b0:4001:c0b::150", type: "form_submitted" });
        if (!form.length) {
            form = jQuery("#paymentForm");
        }

        if (document.getElementById('paymentForm') && typeof billhighwayPublic === 'function') {
            return billhighwayPublic(el);
        } else {
            if (typeof beforeStarChapterPaySubmit == "function") { beforeStarChapterPaySubmit(); }
            if (typeof paymentProcessingModalOpen === 'function') { paymentProcessingModalOpen(); }
            form.submit();
            if (typeof afterStarChapterPaySubmit == "function") { afterStarChapterPaySubmit(); }
        }
    }

    function validate(event) {
        event.preventDefault();
        if (
            typeof verifyForm == "undefined" &&
            typeof verifyReplyPost == "undefined" &&
            typeof validateContactForm == "undefined"
        ) {
            return true;
        } else {
            if (typeof verifyForm != "undefined")
                if (!verifyForm(jQuery(event.target).parents('form')[0])) {
                    return false;
                }
            if (typeof verifyReplyPost != "undefined")
                if (!verifyReplyPost(jQuery(event.target).parents('form')[0])) {
                    return false;
                }
            if (typeof validateContactForm != "undefined")
                if (!validateContactForm(jQuery("#contact-page-from")[0])) {
                    return false;
                }
            return true;
        }
    }

    jQuery(document).on("click", "#submit-button", function (e) {
        e.preventDefault();
        if (validate(e))
            if(verifyCaptcha()) {
                jQuery('.submitBtn').prop('disabled', true);
                this.disabled = true;
                submitForm(this);
            }
    });
    jQuery(document).on("click", "#complete-order-button", function (e) {
        e.preventDefault();
        if (verifyPayment(this.form)) {
            if(verifyCaptcha()) {
                this.form.cancelButton.disabled = true;
                jQuery('.submitBtn').prop('disabled', true);
                this.disabled = true;
                submitForm(this);
            }
        }
    });
    jQuery(document).on("click", "#byPass-pay-btn", function (e) {
        e.preventDefault();
        this.disabled = true;
        this.form.paymentMethod.value = "bypass";
        submitForm(this);
    });
</script>


<div class="g-recaptcha" style="transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;" data-sitekey="6Ld0p5oUAAAAAOtG1Soi4qPmHUgyaSrGtybHA2WO"></div>
<!--<div class="recaptcha-class"></div>-->
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback" async defer></script>
<script type="text/javascript">
    window.isGaRendered = 0;

    function onSubmit(token) {
        var form = jQuery('.recaptcha-class').parents('form');
        form.append("<input type='hidden' name='response' value='" + token + "'>");
        form.submit();
    }

    var onloadCallback = function () {
        if (window.isGaRendered === 0) {
            window.isGaRendered = 1;
            // Renders the HTML element with id 'example1' as a reCAPTCHA widget.
            if (document.getElementById("newsletter-recaptcha") !== null) {
                grecaptcha.render('newsletter-recaptcha', {
                    'sitekey': "6Ld0p5oUAAAAAOtG1Soi4qPmHUgyaSrGtybHA2WO",
                    'callback': onSubmitNewsletter,
                });
            }
            if (document.getElementById("recaptcha") !== null) {
                grecaptcha.render('recaptcha', {
                    'sitekey': "6Ld0p5oUAAAAAOtG1Soi4qPmHUgyaSrGtybHA2WO",
                    'callback': onSubmit,
                });
            }
            jQuery('.recaptcha-class').each(function (index, el) {
                grecaptcha.render(el, {
                    'sitekey': "6Ld0p5oUAAAAAOtG1Soi4qPmHUgyaSrGtybHA2WO",
                    'callback': onSubmit,
                });
            });
        }
    };
</script>`
      <input type='checkbox' checked='checked' name='subscribe'>
      &nbsp;Email me updates on this post<br/>
      <div class='btn-group'>
        <input type='button' class='sec-btn' value='Cancel' onClick="jQuery( '#commentDiv' ).dialog( 'close' );"/>
        <input type='submit' id="submit-button" class='prime-btn' value='Submit' />
      </div>
	</form>
	</div>
    
	<script>
	function subscribePop(id){
		$("subscribeForm").blog_id.value=id;
		jQuery( "#subscribeDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
	function commentPop(id){
		$("commentForm").blog_id.value=id;
		$("commentForm").formAction.value='postComment';
		$("commentLabel").innerHTML='Comment';
		jQuery("#threadFields").hide();
		jQuery( "#commentDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
	function replyPop(id,commentId){
		$("commentForm").blog_id.value=id;
		$("commentForm").comment_id.value=commentId;
		$("commentForm").formAction.value='postReply';
		$("commentLabel").innerHTML='Comment';
		jQuery("#threadFields").hide();
		jQuery("#commentDiv" ).dialog().dialog({title:"Start a New Thread"});
		jQuery( "#commentDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
		function verifySubscribePost(which){
		var s=new String();
		with(which){
			if(name.value=='') s=s+"Please enter your name\n";
			if(!isEmail(email.value)) s=s+"Please enter a valid email address\n";
		}
		if(s.length>0){
			alert(s);
			return false;
		}
		return true;
	}
	function verifyReplyPost(which){
		var s=new String();
		with(which){
			if(name.value=='') s=s+"Please enter your name\n";
			if(!isEmail(email.value)) s=s+"Please enter a valid email address\n";
						if(comment.value=='') s=s+"Please enter a comment\n";
					}
		if(s.length>0){
			alert(s);
			return false;
		}
		return true;
	}
	jQuery(document).ready(function(){
	
		//Subscribe Pop Up
		jQuery( "#subscribeDiv" ).dialog({
			autoOpen: false,
			modal: true,
			width: 400,
			resizable: false
		});
		jQuery('a.ui-dialog-titlebar-close').hide();
	
		//comment/reply popup
		jQuery( "#commentDiv" ).dialog({
			autoOpen: false,
			modal: true,
			width: 400,
			resizable: false
		});
		jQuery('a.ui-dialog-titlebar-close').hide();
		
				
			
		//jQuery( ".subscribe-link" ).click(function() {
			//jQuery( "#subscribe" ).dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
			//return false;
		//});
	});
	</script>
               </div>
            </div>
            <div class="clear"></div>
		<div class='clear'></div>
	</div>
</div>

    <div class='subnav footer-top'>
        <div class='container'>
                    </div>
    </div>

<div id="footer"> <div class="container"> <div class="content-container col_2col50"> <div id="footer_cprt"> <p>&copy; 2021 ICF Orange County Chapter All rights reserved.</p> </div> </div> <div class="content-container col_2col50 last"> <ul id="footer_nav"><li><a href="https://icforangecounty.org/press.php" class="footnav" target="">Press</a></li><li><a href="https://icforangecounty.org/terms.php" class="footnav" target="">Terms of Use</a></li><li><a href="https://icforangecounty.org/privacy.php" class="footnav" target="">Privacy Policy</a></li><li><a href="https://icforangecounty.org/members.php" class="footnav" target="">Member Area</a></li><li><a href="https://icforangecounty.org/sitemap.php" class="footnav" target="">Site Map</a></li><li><a href="https://icforangecounty.org/adminarea/index.php" class="footnav">Admin</a></li></ul> <div class="clear"></div> </div> <div class="clear"></div> <div class="content-container col_1col100"> <div class="credit"><div class="credit"><a class="credit" href="http://starchapter.com/" target="_blank"><img title="Online Meeting Registration - Membership Management - Event Management for Associations with local chapters." src="Image/SC_logo_100px_white.png" alt="Online Meeting Registration - Membership Management - Event Management for Associations with local chapters." border="0" /></a></div></div> </div> </div> </div> <!-- end #footer --> 
			<form action='blog.php' name='csform'  method='post'>
			 	<input type='hidden' name='p' value='' />
			</form>
		</div>

	

	</body>
</html>
