/*
HTTP Host: static.ak.fbcdn.net
Generated: March 19th 2010 12:22:44 PM PDT
Machine: 10.16.139.105
Locale: nu_ll
Path: js/dd0zuc5ol4owgk4o.pkg.js
*/

if (window.CavalryLogger) { CavalryLogger.start_js(["js\/dd0zuc5ol4owgk4o.pkg.js"]); }

function UIStaticHomeFilter(_L0,_L1,_L2,_L3,_L4,_L5,_L6){this.parent.construct(this,_L0,_L2,_L4);copy_properties(this,{root:_L0,stream:_L5,assoc_id:_L1,num_visible:_L3,combine_highlights_and_nf:_L6});if(this.stream){UIStaticHomeFilter.activate(this,this.stream.getID());var _L7=function(){UIStaticHomeFilter.active[this.stream.getID()].each(function(_L9){if(this!==_L9)_L9.deselectAll();}.bind(this));}.bind(this);this.addClickHandler(_L7);this.stream.setHomeFilter(this);}var _L8=UIStaticHomeFilter.handlePageTransition.bind(this);PageTransitions.registerHandler(_L8);this.editModeLink=_L0.find('a.UIFilterList_EditLink');this.editModeLink.listen('click',this.enableEdit.bind(this));Arbiter.subscribe(Arbiter.LIST_EDITOR_LISTS_CHANGED,this._listsChanged.bind(this),Arbiter.SUBSCRIBE_NEW);}UIStaticHomeFilter.extend('UIFilterList');UIStaticHomeFilter.prototype={loadFilterByKey:function(_L0){if(_L0==UIIntentionalStream.FEED_FILTER_KEY_NEW_HIGHLIGHTS&&this.combine_highlights_and_nf)_L0=UIIntentionalStream.FEED_FILTER_KEY_NEWS_FEED;for(var i=0,l=this.items.length;i<l;i++){var _L3=this.items[i];if(_L3.data.filter==_L0)return this.selectItem(_L3);}return false;},_listsChanged:function(_L0,_L1){if(_L0==Arbiter.LIST_EDITOR_LISTS_CHANGED)if(_L1.is_new_list){var _L1={new_key:'fl'+'_'+_L1.list_info.list_id,id:this.assoc_id};new AsyncRequest().setURI('/ajax/filterlist.php').setData(_L1).setHandler(function(_L2){goURI(URI('/home.php').addQueryData({filter:_L2}),true);}.bind(null,_L1.new_key)).send();}else goURI(URI('/home.php'),true);}};UIStaticHomeFilter.handlePageTransition=function(uri){var _L1=uri.getQueryData();if(!this.stream||_L1.disable_nile||_L1.ref||(!(uri.getPath()=='/home.php')&&!(uri.getPath()=='/home_pipe.php')))return false;this.loadFilterByKey(_L1.filter);var _L2={filter:_L1.filter};this.stream.refresh(UIIntentionalStream.REFRESH_TRANSITION,_L1,_L2);return true;};UIStaticHomeFilter.activate=function(_L0,_L1){if(!UIStaticHomeFilter.active[_L1])UIStaticHomeFilter.active[_L1]=[];UIStaticHomeFilter.active[_L1].push(_L0);};UIStaticHomeFilter.active={};UIStaticHomeFilter.prototype.enableEdit=function(){if(this.homeFilter){this.homeFilter.beginEditMode();}else Bootloader.loadComponents('UIHomeFilter',this.loadedResources.bind(this));};UIStaticHomeFilter.prototype.loadedResources=function(){this.homeFilter=new UIHomeFilter(this.controller,this.assoc_id,this.items,this.num_visible,this.data,true);this.homeFilter.beginEditMode();};
function emu_Client(_L0,_L1,_L2,_L3,_L4,_L5,_L6,_L7){this.unitId=_L0;this.unitType=_L1;this.contextType=_L2;this.root=_L3;this.iData=_L4;this.flags=_L6;this.hash=_L7;this.frameStates={};this.eventFrameId=null;this.setStates(_L5);DataStore.set(this.root,'emuClient',this);}copy_properties(emu_Client,{constants:{EMU_FRAME_EVENT_INIT:1,EMU_FRAME_EVENT_CLICK:2,EMU_FRAME_EVENT_SUBMIT:3,EMU_SERVER_COMMAND_RENDER_FRAME:1000,EMU_SERVER_COMMAND_SET_FRAME_STATE:1001,EMU_SERVER_COMMAND_PLAY_VIDEO:1003,EMU_CLIENT_COMMAND_FRAME_EVENT:2000,EMU_LINK_TARGET_DEFAULT:1,EMU_LINK_TARGET_NEW_WINDOW:2,EMU_FRAME_CONTEXT_TARGET_INLINE:1,EMU_FRAME_CONTEXT_TARGET_DIALOG:2,EMU_FRAME_EVENT_HANDLER:'/ajax/emu/h.php'},getParentDivId:function(_L0){return 'emu_'+_L0;},getClient:function(_L0){var _L1=ge(emu_Client.getParentDivId(_L0));if(!_L1)return null;return DataStore.get(_L1,'emuClient');}});copy_properties(emu_Client.prototype,{getFrameDivId:function(_L0){return emu_Client.getParentDivId(this.unitId)+'_'+_L0;},_emuCmdHandler:function(_L0){var _L1=_L0.getPayload();for(var i=0;i<_L1.length;i++){var cmd=_L1[i];switch(cmd.cmd){case emu_Client.constants.EMU_SERVER_COMMAND_RENDER_FRAME:if(emu_Client.constants.EMU_FRAME_CONTEXT_TARGET_INLINE==cmd.params.surface.targetType){var _L4=this.getFrameDivId(cmd.params.surface.targetId);var _L5=ge(_L4);if(!_L5){var _L5=$N('div',{'id':_L4});this.root.appendChild(_L5);}set_inner_html(_L5,cmd.params.surface.buffer);}else if(emu_Client.constants.EMU_FRAME_CONTEXT_TARGET_DIALOG==cmd.params.surface.targetType){if(!this.root.dialog||!this.root.dialog._showing)this.root.dialog=new Dialog();var d=this.root.dialog;if(cmd.params.surface.buffer)d.setBody(cmd.params.surface.buffer);if(cmd.params.surface.title)d.setTitle(cmd.params.surface.title);if(cmd.params.surface.width)d.setContentWidth(cmd.params.surface.width);d.setButtons(Dialog.OK).show();}break;case emu_Client.constants.EMU_SERVER_COMMAND_SET_FRAME_STATE:this.frameStates[cmd.params.frameId]=cmd.params.state;break;}}this.eventFrameId=null;},_emuErrorHandler:function(_L0){var _L1=ge('submit_progress_'+this.eventFrameId);if(_L1)CSS.addClass(_L1,'hidden');frameDiv=ge(this.getFrameDivId(this.eventFrameId));if(frameDiv){var _L2=get_all_form_inputs(frameDiv);for(var i=0;i<_L2.length;i++)_L2[i].disabled=false;}this.eventFrameId=null;},setStates:function(_L0){for(var fn in _L0)this.frameStates[fn]=_L0[fn];},onEvent:function(_L0,_L1,_L2){if(this.eventFrameId)return;this.eventFrameId=_L0;switch(_L1){case emu_Client.constants.EMU_FRAME_EVENT_CLICK:var ed=_L2;break;case emu_Client.constants.EMU_FRAME_EVENT_SUBMIT:var ed=serialize_form(_L2);var _L4=get_all_form_inputs(_L2);for(var i=0;i<_L4.length;i++)_L4[i].disabled=true;var _L6=ge('submit_progress_'+this.eventFrameId);if(_L6)CSS.removeClass(_L6,'hidden');break;}var _L7={'fss':this.frameStates,'ut':this.unitType,'ct':this.contextType,'f':this.flags,'x':this.hash,'ida':this.iData,'fid':_L0,'et':_L1,'ed':ed,'rt':'a'};var r=new AsyncRequest();r.setURI(emu_Client.constants.EMU_FRAME_EVENT_HANDLER).setData(_L7).setHandler(bind(this,'_emuCmdHandler')).setErrorHandler(bind(this,'_emuErrorHandler')).setTransportErrorHandler(bind(this,'_emuErrorHandler')).send();},onRedirect:function(_L0,_L1,_L2){var f=this.root.appendChild($N('form',{'action':emu_Client.constants.EMU_FRAME_EVENT_HANDLER,'method':'POST','target':(emu_Client.constants.EMU_LINK_TARGET_NEW_WINDOW==_L2)?'_blank':'','style':{'display':'none'}}));var p={'ut':this.unitType,'ct':this.contextType,'f':this.flags,'x':this.hash,'ida':this.iData,'fid':_L0,'et':emu_Client.constants.EMU_FRAME_EVENT_CLICK,'rt':'h'};for(var edt in _L1)p['ed['+edt+']']=_L1[edt];for(var fn in this.frameStates)p['fss['+fn+']']=this.frameStates[fn];if(ge('post_form_id'))p['post_form_id']=$('post_form_id').value;for(var pn in p)f.appendChild($N('input',{'type':'hidden','name':pn,'value':p[pn]}));f.submit();this.root.removeChild(f);}});function emu_redirect_wrapper(obj){emu_Client.getClient(obj.adId).onRedirect(obj.frameId,obj.eventData,obj.target);return false;}function emu_action_wrapper(obj){emu_Client.getClient(obj.adId).onEvent(obj.frameId,obj.eventType,obj.eventData);return false;}
function SamplingDialog(_L0,_L1){this.parent.construct(this);this.sample_id=_L0;this.hash=_L1;this._success=false;var uri='/ajax/emu/sampling.php';var _L3={'i':_L0,'x':_L1};this.setAsync(new AsyncRequest().setURI(uri).setData(_L3));return this;}SamplingDialog.extend('Dialog');copy_properties(SamplingDialog,{getCurrent:function(){var d=Dialog.getCurrent();if(d&&d instanceof SamplingDialog){return d;}else return null;},setCurrentSuccess:function(_L0){var d=SamplingDialog.getCurrent();if(d)d.setSuccess(_L0);}});copy_properties(SamplingDialog.prototype,{setSuccess:function(_L0){this._success=_L0;return this;},setCloseHandler:function(_L0){this.parent.setCloseHandler(function(){_L0(this._success);});return this;}});
function EmuUIController(_L0,_L1,_L2){this.adId=_L0;this.frameId=_L1;this.state=_L2;this.emuFrame=$('emu_'+this.adId+'_'+this.frameId);this.emuAd=$('emu_'+this.adId);DataStore.set(this.emuFrame,'emuUIController',this);this._init();}copy_properties(EmuUIController.prototype,{_init:abstractMethod,_getMoreUserContentText:abstractMethod,_initHiddenToggler:function(){var _L0=DOM.scry(this.emuFrame,'a.emu_toggle_hidden');for(var i=0;i<_L0.length;i++)_L0[i].listen('click',this._toggleHidden.bind(this));},_toggleHidden:function(){var _L0=DOM.find(this.emuFrame,'div.hidden_user_content');var _L1=DOM.find(this.emuFrame,'a.emu_show_hidden');var _L2=DOM.find(this.emuFrame,'a.emu_hide_hidden');if(!shown(_L0)){animation(_L0).show().from('height',0).to('height','auto').from('opacity',0).to('opacity',1).duration(200).ease(animation.ease.both).go();_L1.addClass('hidden');_L2.removeClass('hidden');}else{animation(_L0).to('height',0).from('opacity',1).to('opacity',0).hide().duration(200).ease(animation.ease.both).blind().go();_L1.removeClass('hidden');_L2.addClass('hidden');}return false;}});copy_properties(EmuUIController,{getController:function(_L0,_L1){var _L2=$('emu_'+_L0+'_'+_L1);var ret=DataStore.get(_L2,'emuUIController');return ret;}});function CommentableEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);}CommentableEmuUIController.extend('EmuUIController');copy_properties(CommentableEmuUIController.prototype,{_getCommentInput:abstractMethod,_init:function(){this._initCommentHandlers();this._initHiddenToggler();},_initCommentHandlers:function(){var _L0=this._getCommentInput();if(_L0)_L0.listen('focus',this._commentOnFocus.bind(this));var _L1=DOM.scry(this.emuFrame,'input.submit_post')[0];if(_L1)_L1.listen('click',this._commentOnSubmit.bind(this));},_commentOnFocus:function(){var _L0=DOM.find(this.emuFrame,'input.submit_post');_L0.disabled=false;_L0.removeClass('hidden');},_commentOnSubmit:function(evt){var _L1=this._getCommentInput();var _L2=_L1.value;var _L3=_L1.getControl().getPlaceholderText();if(!_L2||(_L2==_L3)){$E(evt).kill();}else{var _L4=DOM.find(this.emuFrame,'img.submit_progress');_L4.removeClass('hidden');}}});function CommentEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);this.LINK_DELETE_COMMENT=1;return this;}CommentEmuUIController.extend('CommentableEmuUIController');copy_properties(CommentEmuUIController.prototype,{_init:function(){this.parent._init();var _L0=DOM.scry(this.emuFrame,'a.emu_comments_show');if(_L0.length>0){_L0=_L0[0];var _L1=DOM.find(this.emuFrame,'div.emu_comments_more_div');var _L2=DOM.find(this.emuFrame,'div.hidden_user_content');_L0.listen('click',function(){_L1.addClass('hidden');_L2.removeClass('hidden');return false;});}},deleteComment:function(_L0){new Dialog().setTitle(_tx("Eliminar comentario")).setBody(_tx("\u00bfSeguro que deseas eliminar este comentario?")).setButtons([{name:'delete',label:_tx("Eliminar"),handler:bind(this,function(){var _L1={linkId:this.LINK_DELETE_COMMENT,linkParam:_L0};emu_Client.getClient(this.adId).onEvent(this.frameId,emu_Client.constants.EMU_FRAME_EVENT_CLICK,_L1);})},Dialog.CANCEL]).show();},focus:function(){this._getCommentInput().focus();return false;},_getMoreUserContentText:function(_L0){if(_L0==1){return _tx("1 comentario m\u00e1s");}else return _tx("{count} m\u00e1s comentarios",{'count':_L0});},_getCommentInput:function(){return DOM.scry(this.emuFrame,'input[name="comment"]')[0];}});function GiftEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}GiftEmuUIController.extend('CommentableEmuUIController');copy_properties(GiftEmuUIController.prototype,{_init:function(){this.parent._init();this._adjustGiftsInIE6();},_adjustGiftsInIE6:function(){if(!(ua.ie()<7))return;var _L0=DOM.scry(this.emuFrame,'img.wall_mini_gift_image');var _L1=DOM.scry(this.emuFrame,'div.hidden_user_content')[0];if(_L1)_L1.removeClass('hidden');for(var i=0;i<_L0.length;i++){var _L3=_L0[i];_L3.setStyle('width',_L3.offsetWidth+1+'px');_L3.setStyle('height',_L3.offsetHeight+1+'px');adjustImage(_L3);}if(_L1)_L1.addClass('hidden');},_getMoreUserContentText:function(_L0){if(_L0==1){return _tx("1 regalo m\u00e1s");}else return _tx("{count} regalos m\u00e1s",{'count':_L0});},_getCommentInput:function(){return DOM.scry(this.emuFrame,'textarea[name="gift_message"]')[0];}});copy_properties(GiftEmuUIController,{onFriendTokenAdded:function(_L0,_L1){var _L2=$(_L0);var _L3=DOM.find(_L2,'input[name="gift_to"]');_L3.value=_L1.i;CSS.removeClass(DOM.find(_L2,'div.gift_msg_and_submit'),'hidden');CSS.removeClass(DOM.find(_L2,'div.gift_form_submit'),'hidden');},onFriendTokenRemoved:function(_L0,_L1){var _L2=$(_L0);var _L3=DOM.find(_L2,'input[name="gift_to"]');_L3.value=null;}});function InviteEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}InviteEmuUIController.extend('CommentableEmuUIController');copy_properties(InviteEmuUIController.prototype,{_init:function(){this.parent._init();},_getCommentInput:function(){return DOM.scry(this.emuFrame,'input[name="email_list"]')[0];}});function TagEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}TagEmuUIController.extend('CommentableEmuUIController');copy_properties(TagEmuUIController.prototype,{_init:function(){this.parent._init();},_getCommentInput:function(){return DOM.scry(this.emuFrame,'input[name="tag"]')[0];}});function EventEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}EventEmuUIController.extend('CommentableEmuUIController');copy_properties(EventEmuUIController,{EVENT_STATE_INITIAL:1,EVENT_STATE_JUST_RSVP:2,EVENT_ACTION_LINK_TO_EVENT:1,EVENT_ACTION_LINK_RSVP:2});copy_properties(EventEmuUIController.prototype,{_init:function(){var _L0=DOM.scry(this.emuFrame,'a.rsvp_change')[0];if(_L0)_L0.listen('click',this._change_rsvp.bind(this));var _L1=DOM.scry(this.emuFrame,'input[name="rsvp_status_dummy"]');if(_L1)for(var i=0;i<_L1.length;i++){var _L3=_L1[i];_L3.listen('click',this._rsvp.bind(this,_L3));}if(this.state==EventEmuUIController.EVENT_STATE_JUST_RSVP){this._updateRsvpStatusBg();this._initCommentHandlers();}this._initHiddenToggler();},_change_rsvp:function(){var _L0=DOM.find(this.emuFrame,'div.rsvp_status');var _L1=DOM.find(this.emuFrame,'div.rsvp_inputs');var _L2=DOM.find(this.emuFrame,'a.rsvp_change');CSS.addClass(_L0,'hidden');CSS.addClass(_L2,'hidden');CSS.removeClass(_L1,'hidden');return false;},_rsvp:function(_L0){var _L1=DOM.find(this.emuFrame,'div.rsvp_inputs');var _L2=DOM.find(this.emuFrame,'img.rsvp_progress');var _L3={'linkId':EventEmuUIController.EVENT_ACTION_LINK_RSVP,'linkParam':_L0.value};emu_Client.getClient(this.adId).onEvent(this.frameId,emu_Client.constants.EMU_FRAME_EVENT_CLICK,_L3);CSS.addClass(_L1,'hidden');CSS.removeClass(_L2,'hidden');},_updateRsvpStatusBg:function(){var _L0=DOM.find(this.emuFrame,'span.rsvp_status_phrase');animation(_L0).to('backgroundColor','#FFFFFF').from('#FFE8CC').duration(3000).go();},_getCommentInput:function(){return DOM.scry(this.emuFrame,'textarea[name="rsvp_comment"]')[0];},_getMoreUserContentText:function(_L0){if(_L0==1){return _tx("1 confirmaci\u00f3n de asistencia m\u00e1s de un\/a amigo\/a");}else return _tx("{count} confirmaciones de asistencia m\u00e1s de amigos\/as",{'count':_L0});}});copy_properties(EventEmuUIController,{onFriendTokenAdded:function(_L0,_L1){var _L2=$(_L0);CSS.removeClass(DOM.find(_L2,'div.invite_form_message'),'hidden');CSS.removeClass(DOM.find(_L2,'div.invite_form_submit'),'hidden');}});function FanEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}FanEmuUIController.extend('EmuUIController');copy_properties(FanEmuUIController.prototype,{_init:function(){this._initHiddenToggler();},_getMoreUserContentText:function(_L0){_L0-=3;if(_L0==1){return _tx("1 admirador m\u00e1s");}else return _tx("{count} admiradores m\u00e1s",{'count':_L0});},justFanned:function(){var _L0=DOM.find(this.emuFrame,'div.fan_action');_L0.setStyle('backgroundColor','#fffccc');animation(_L0).duration(3000).checkpoint().to('backgroundColor','#FFFFFF').duration(1000).go();}});function PollEmuUIController(_L0,_L1,_L2,_L3){this.isNile=_L3;this.parent.construct(this,_L0,_L1,_L2);return this;}PollEmuUIController.extend('EmuUIController');copy_properties(PollEmuUIController,{STATE_INITIAL:1,STATE_SHOW_QUESTION:2,STATE_JUST_ANSWERED:3,STATE_ANSWERED:4,LINK_TO_SUBMIT:1,LINK_SHOW_QUESTION:2});copy_properties(PollEmuUIController.prototype,{animateResults:function(){var _L0=DOM.scry(this.emuFrame,'div.result_bar');for(var i=0;i<_L0.length;i++){var bar=_L0[i];var _L3=bar.offsetWidth;bar.setStyle('width','0px');animation(bar).from('width',0).to('width',_L3).duration(500).ease(animation.ease.both).go();}},_init:function(){if(this.state==PollEmuUIController.STATE_SHOW_QUESTION){this._initAnswerRadios();}else{var _L0=DOM.scry(this.emuFrame,'a.friend_count_link')[0];if(_L0)_L0.listen('click',this._onShowFriendsClick.bind(this));}},_initAnswerRadios:function(){var _L0=DOM.scry(this.emuFrame,'div.poll_choice input.inputradio');if(_L0)for(var i=0;i<_L0.length;i++){var _L2=_L0[i];_L2.listen('click',this._onAnswer.bind(this,_L2));}},_onShowFriendsClick:function(){var _L0=DOM.scry(this.emuFrame,'div.friend_vote_pics');for(var i=0;i<_L0.length;i++){var _L2=_L0[i];if(!shown(_L2)){animation(_L2).from('height',0).to('height','auto').duration(200).show().go();}else animation(_L2).to('height',0).duration(200).hide().go();}return false;},_onAnswer:function(_L0){var _L1=_L0.value;var _L2=DOM.find(this.emuFrame,'div.poll_choices');var _L3=DOM.find(this.emuFrame,'img.submit_progress');var _L4=DOM.scry(_L2,'input.inputradio');var _L5=0;var _L6=Vector2.getElementPosition(_L0);var _L7=Vector2.getElementPosition(_L2);var _L8=new Vector2(_L5,_L6.y-_L7.y,'document');for(var i=0;i<_L4.length;i++)_L4[i].disabled=true;_L8.setElementPosition(_L3);_L0.setStyle('visibility','hidden');_L3.removeClass('hidden');var _La={'linkId':PollEmuUIController.LINK_TO_SUBMIT,'linkParam':_L1};emu_Client.getClient(this.adId).onEvent(this.frameId,emu_Client.constants.EMU_FRAME_EVENT_CLICK,_La);}});function SampleEmuUIController(_L0,_L1,_L2,_L3,_L4){this.parent.construct(this,_L0,_L1,_L2);this.sampleId=_L3;this.hash=_L4;this.LINK_OPEN_DIALOG=1;this.LINK_TO_FRIEND=2;this.LINK_SUBMIT_DIALOG=3;}SampleEmuUIController.extend('EmuUIController');copy_properties(SampleEmuUIController.prototype,{_init:function(){var _L0=DOM.find(this.emuFrame,'a.sample_dialog_open_link');var _L1=function(){new SamplingDialog(this.sampleId,this.hash).setCloseHandler(this.dialogCloseHandler.bind(this)).show();emu_Client.getClient(this.adId).onEvent(this.frameId,emu_Client.constants.EMU_FRAME_EVENT_CLICK,{'linkId':this.LINK_OPEN_DIALOG});return false;}.bind(this);_L0.listen('click',_L1);},dialogCloseHandler:function(_L0){if(_L0)emu_Client.getClient(this.adId).onEvent(this.frameId,emu_Client.constants.EMU_FRAME_EVENT_CLICK,{'linkId':this.LINK_SUBMIT_DIALOG});}});function emu_ClickableBody(_L0){var _L1=DOM.find(_L0,'a.ad_title');var _L2=DOM.scry(_L0,'a.ad_image')[0];if(_L2){_L2.listen('mouseover',function(){CSS.addClass(_L1,'underlined_title');});_L2.listen('mouseout',function(){CSS.removeClass(_L1,'underlined_title');});}var _L3=DOM.find(_L0,'a.ad_text');_L3.listen('mouseover',function(){CSS.addClass(_L1,'underlined_title');});_L3.listen('mouseout',function(){CSS.removeClass(_L1,'underlined_title');});}function SMSLinkEmuUIController(_L0,_L1,_L2){this.parent.construct(this,_L0,_L1,_L2);return this;}SMSLinkEmuUIController.extend('CommentableEmuUIController');copy_properties(SMSLinkEmuUIController.prototype,{_init:function(){this.parent._init();},_getCommentInput:function(){return DOM.scry(this.emuFrame,'input[name="phone_number"]')[0];}});

if (window.Bootloader) { Bootloader.done(["js\/dd0zuc5ol4owgk4o.pkg.js"]); }