Be sure to Register below for our Chirper Goodies Mailing List to receive EXCLUSIVE MEMBERS ONLY coupon codes for maximum savings! We only send these sales occasionally and you can unsubscribe at any time.
Register
A password will be sent to your email address.
Yes, add me to your Chirper Goodies list
var capchaChecked_signup = false;
var el_i13_register_captcha=null;
function intval_woo_reg_method_ready(f) {
/in/.test(document.readyState) ? setTimeout('intval_woo_reg_method_ready(' + f + ')', 9) : f()
}
intval_woo_reg_method_ready(function () {
try{
if ((typeof (window.grecaptcha) == 'undefined' || typeof grecaptcha == 'undefined' || typeof (grecaptcha.render) == 'undefined') && el_i13_register_captcha == null){
jQuery.getScript("https://www.google.com/recaptcha/api.js?from=i13_recaptcha&hl=en&onload=reRender_Woo_Signup_Captcha", function() {
});
}
else{
el_i13_register_captcha = grecaptcha.render('g-recaptcha-register-i13_694bcb8a673e3', {
'sitekey': '6LdsCyMqAAAAAOdmQAk6cZNkaEbD8JluEfOWaB-X',
'callback' : 'verifyCallback_woo_signup'
});
}
} catch (error){}
});
var verifyCallback_woo_signup = function(response) {
if (response.length !== 0){
capchaChecked_signup = true;
if (typeof woo_register_recaptcha_verified === "function") {
woo_register_recaptcha_verified(response);
}
}
};
function reRender_Woo_Signup_Captcha(){
try{
var myNodeList = document.querySelectorAll('.g-recaptcha-register-i13');
Array.from(myNodeList).forEach(function(el) {
if (el.childElementCount == 0){
try{
el_i13_register_captcha = grecaptcha.render(el, {
'sitekey': '6LdsCyMqAAAAAOdmQAk6cZNkaEbD8JluEfOWaB-X',
'callback' : 'verifyCallback_woo_signup'
});
} catch (error){}
}
else{
grecaptcha.reset(el_i13_register_captcha);
}
});
} catch (error){}
}
