(function(A){A.fn.iv_update_country_sub_forms=function(B){return this.each(function(){new A.iv.update_country_sub_forms(this,B)})};A.fn.iv_populate_country_sub_forms=function(B){return this.each(function(){new A.iv.populate_country_sub_forms(this,B)})};A.fn.iv_update_phone_sub_form=function(B){return this.each(function(){new A.iv.update_phone_sub_form(this,B)})};A.iv.update_country_sub_forms=function(C,B){B=A.extend({id_field:null,phone_id:null,action:null},B);A(C).iv_country_change(B);A(C).iv_update_phone_sub_form(B)};A.iv.populate_country_sub_forms=function(C,B){B=A.extend({action:null,name:null,parent:null,select_field:null,id_field:null},B);A(C).iv_populate_child_select(B)};A.iv.update_phone_sub_form=function(E,C){C=A.extend({action:null,phone_id:null},C);var B=A(E);var F=B.val();var H="--"+C.phone_id+"-0";var D=A("#"+H).parent().parent().parent().parent().parent();var G={geo_country_id:F,form_index:3};D.iv_load_sync(C.action,G)}})(jQuery);