Join Our Email List
	Enter in your information below to receive quarterly emails with our newsletter, upcoming events, seminars and other exciting information. It's free and you can unsubscribe anytime.
	
	 
	';
	                var input_id = '#mc_embed_signup';
	                var f = mce_jQuery(input_id);
	                if (ftypes[index]=='address'){
	                    input_id = '#mce-'+fnames[index]+'-addr1';
	                    f = mce_jQuery(input_id).parent().parent().get(0);
	                } else if (ftypes[index]=='date'){
	                    input_id = '#mce-'+fnames[index]+'-month';
	                    f = mce_jQuery(input_id).parent().parent().get(0);
	                } else {
	                    input_id = '#mce-'+fnames[index];
	                    f = mce_jQuery().parent(input_id).get(0);
	                }
	                if (f){
	                    mce_jQuery(f).append(html);
	                    mce_jQuery(input_id).focus();
	                } else {
	                    mce_jQuery('#mce-'+resp.result+'-response').show();
	                    mce_jQuery('#mce-'+resp.result+'-response').html(msg);
	                }
	            }
	        } catch(e){
	            mce_jQuery('#mce-'+resp.result+'-response').show();
	            mce_jQuery('#mce-'+resp.result+'-response').html(msg);
	        }
	    }
	}
	// ]]>