(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);