function refresh( message ) {
	  window.location.reload(true);
}


jQuery(document).ready(function(){
	jQuery('.parent_registration_form .regblock_account_creation:eq(1) label').after('<p>Please make sure that this is a unique password for this site since your child will be using your email address and password.</p>')
	jQuery('.parent_registration_form .regblock_account_creation:eq(0) label').html('ParentÕs Email Address Confirmation*')
})
