/*
HTTP Host: b.static.ak.fbcdn.net
Generated: March 18th 2010 11:34:18 AM PDT
Machine: 10.16.139.109
Locale: nu_ll
Path: js/ailxchlgkgg880ck.pkg.js
*/

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

function fbpage_set_fan_status(c,f,a,h,g,d,e){g=g?g:function(j){_fbpage_show_change_status_feedback(c,j.getPayload());};var b={fbpage_id:f,add:a,reload:h};if(e!=null)copy_properties(b,e);var i=new AsyncRequest().setURI('/ajax/pages/fan_status.php').setData(b).setHandler(g);if(d)i.setErrorHandler(d);i.send();return false;}function fbpage_set_favorite_status(d,e,a){var f=function(){_fbpage_show_change_status_feedback(d,this.getUserData());};var c={fbpage_id:e,add:a};var b=new AsyncRequest().setMethod('POST').setURI('/ajax/pages/favorite_status.php').setData(c);new Dialog().setAsync(b).setCloseHandler(f).show();return false;}function _fbpage_show_change_status_feedback(b,a){if(!a||!b)return;if(a.reload){fbpage_reload_on_fan_status_changed(a.preserve_tab);}else fbpage_redraw_on_fan_status_changed(a.feedback);}function fbpage_reload_on_fan_status_changed(a){var b=URI.getRequestURI();if(a)if(!b.getQueryData().v&&window.profile_tab_controller)b.addQueryData({v:window.profile_tab_controller.currentView});goURI(b,true);}function fbpage_redraw_on_fan_status_changed(a){if(!a)return;var c=document.createElement('span');c.innerHTML=a;CSS.setClass(c,'fan_status_inactive');elem.parentNode.replaceChild(c,elem);var b=function(){if(data.can_repeat_action)c.parentNode.replaceChild(elem,c);};animation(c).duration(3000).checkpoint().to('backgroundColor','#FFFFFF').duration(1000).ondone(b).go();}
function ConnectWidget(f,d,a){copy_properties(this,{button:$(a),profile_id:d,viewer_id:f,status:null,popup:null,busy:false,new_fan:null});this.popup_uri=new URI('/login.php');this.popup_uri.addQueryData({connect_id:this.profile_id,popup:true});this.button=$(a);this.button.listen('click',this.connectClickHandler.bind(this));this.fan_hidden=[];this.fan_shown=[];var b=DOM.scry(document,'div.connections');if(b.length>0){b=b[0];this.new_fan=DOM.find(b,'div.grid_item_plus');this.fan_shown.push(this.new_fan);this.fan_shown.push(DOM.find(b,'span.total_plus'));var e=DOM.scry(b,'span.total');var c=DOM.scry(b,'div.grid_item');if(c.length>1)this.fan_hidden.push(c[1]);this.fan_hidden.push(e[e.length-1]);}ConnectWidget.instances[a]=this;}ConnectWidget.instances={};ConnectWidget.prototype.setLoggedIn=function(a){this.viewer_id=a;return this;};ConnectWidget.prototype.connectClickHandler=function(a){a.kill();if(this.viewer_id!=0){this.connect();}else this.popUpLogin();};ConnectWidget.prototype.connect=function(){if(!this.busy){this.busy=true;fbpage_set_fan_status(this.button,this.profile_id,true,false,this.connectDoneHandler.bind(this),this.connectErrorHandler.bind(this),this.getAsyncData());}};ConnectWidget.prototype.disconnect=function(){if(!this.busy){this.busy=true;fbpage_set_fan_status(this.button,this.profile_id,false,false,this.connectUndoneHandler.bind(this),function(){},this.getAsyncData());}};ConnectWidget.prototype.getAsyncData=function(){var a={source:'connect'};if(ge('post_form_id'))a.post_form_id=$('post_form_id').value;if(ge('fb_dtsg'))a.fb_dtsg=$('fb_dtsg').value;return a;};ConnectWidget.prototype.popUpLogin=function(){window.open(this.popup_uri.toString(),'_blank','toolbar=0,status=0,width=626,height=400');};ConnectWidget.prototype.connectErrorHandler=function(b){if(b.error==kError_Async_NotLoggedIn){this.viewer_id=0;this.popUpLogin();}else if(b.error==kError_Async_PopUpCaptchaRequired){hide(this.button);var a=$N('a',{href:DOM.find(document,'div.name_block a').href,target:'_blank'},_tx("mamagore   buziku   curaku"));this.status=$N('span',{className:'connect_span'},a);DOM.insertAfter(this.button,this.status);}else{hide(this.button);if(b.error==kError_ProfileConnect_AlreadyConnected){this.status=$N('span',{className:'connect_span'},_tx("\u0395\u03af\u03c3\u03b1\u03b9 \u03b8\u03b1\u03c5\u03bc\u03b1\u03c3\u03c4\u03ae\u03c2\/\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03ba\u03c4\u03ae\u03c2"));}else this.status=$N('span',{className:'connect_span'},b.getErrorSummary()+': '+b.getErrorDescription());animation(this.status).from('opacity',0).to('opacity',1).go();DOM.insertAfter(this.button,this.status);}this.busy=false;};ConnectWidget.prototype.connectDoneHandler=function(c){var b=c.getPayload();if(!b||!b.feedback)return;this.status=$N('span',{className:'connect_span'},HTML(b.feedback));var d=$N('a',{className:'undo'},_tx("\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7"));d.listen('click',function(e){e.kill();this.disconnect();}.bind(this));DOM.appendContent(this.status,d);animation(this.status).from('opacity',0).to('opacity',1).go();DOM.insertAfter(this.button,this.status);hide(this.button);if(this.new_fan!=null&&b.connect_fan_div){var a=$N('div',{},HTML(b.connect_fan_div));DOM.setContent(this.new_fan,DOM.find(a,'a'));}this.fan_shown.forEach(function(e){animation(e).from('opacity',0).to('opacity',1).go();CSS.removeClass(e,'hidden');});this.fan_hidden.forEach(function(e){CSS.addClass(e,'hidden');});this.busy=false;};ConnectWidget.prototype.connectUndoneHandler=function(b){var a=b.getPayload();DOM.remove(this.status);animation(this.button).from('opacity',0).to('opacity',1).go();show(this.button);this.fan_shown.forEach(function(c){CSS.addClass(c,'hidden');});this.fan_hidden.forEach(function(c){CSS.removeClass(c,'hidden');});this.busy=false;};ConnectWidget.loadStream=function(b,a){new AsyncRequest().setMethod('GET').setURI('/ajax/connect/connect_widget.php').setData({id:b}).setReadOnly(true).setErrorHandler(function(){}).setTransportErrorHandler(function(){}).setHandler(function(c){payload=c.getPayload();DOM.setContent($(a),HTML(payload.stream_markup));}.bind(this)).send();};ConnectWidget.loggedIn=function(c,a){if(ge('post_form_id')){DOM.replace($('post_form_id'),HTML(a));}else DOM.appendContent(DOM.find(document,'body'),HTML(a));for(var b in ConnectWidget.instances){ConnectWidget.instances[b].setLoggedIn(c);ConnectWidget.instances[b].connect();}};
function invitetool_dialog_helper(k,l,a,j,m,i,f,g,b,d){var h='';var c=d[a];switch(a){case 'make_admin':dialog_info=invitetool_make_admin_msg(m,j,i,g);break;case 'remove_admin':dialog_info=invitetool_remove_admin_msg(m,j,i,g);break;case 'remove_member':dialog_info=invitetool_remove_msg(m,j,i,f,g);if(b)h='<input type="checkbox" id="ban_user" name="ban_user" value="1" />'+_tx("\u039c\u03cc\u03bd\u03b9\u03bc\u03bf\u03c2 \u0391\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03cc\u03c2");break;case 'unban_member':dialog_info=invitetool_unban_msg(m,j);break;case 'remove_fbpage_admin':dialog_info=invitetool_fbpage_admin_msg(m,j,i);break;default:return false;}var e=new Dialog().setTitle(dialog_info.label).setBody(dialog_info.msg).setButtons([Dialog.newButton('invitetool_dialog',dialog_info.label,'',function(){c();e.hide();}),Dialog.CANCEL]).setButtonsMessage(h).show();return false;}function invitetool_unban_msg(a,b){text=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03cc \u03c4\u03bf\u03c5\/\u03c4\u03b7\u03c2 {user-name};",{'user-name':a});return {msg:text,label:_tx("\u0386\u03c1\u03c3\u03b7 \u0391\u03c0\u03b1\u03b3\u03cc\u03c1\u03b5\u03c5\u03c3\u03b7\u03c2")};}function invitetool_remove_msg(d,e,c,a,b){var f='';if(c){if(a)if(b)switch(e){case 'Group':f+=' '+_tx("\u03a0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c2 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03cd\u03bd\u03b5\u03b9\u03c2 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03bf\u03c5 \u03b1\u03c0\u03cc \u03c4\u03bf \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0 \u03b1\u03c0\u03cc \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b5\u03af\u03c3\u03b1\u03b9 \u03bf \u03bc\u03cc\u03bd\u03bf\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2.");f+=' '+_tx("Since you are the last administrator, the administrator position will be offered to other people in this Group.");break;case 'Event':f+=' '+_tx("\u03a0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b5\u03af\u03c3\u03c4\u03b5 \u03bf \u03bc\u03cc\u03bd\u03bf\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2.");f+=' '+_tx("\u0395\u03c6\u03cc\u03c3\u03bf\u03bd \u03b5\u03af\u03c3\u03c4\u03b5 \u03bf \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2, \u03b1\u03bd \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2, \u03b7 \u03b5\u03ba\u03b4\u03ae\u03bb\u03c9\u03c3\u03b7 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af.");break;case 'Page':f+=' '+_tx("\u03a0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03bf \u03bc\u03b9\u03b1 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03af\u03c3\u03c4\u03b5 \u03bf \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2.");f+=' '+_tx("Since you are the last administrator, removing yourself will cause this Page to be deleted.");break;}switch(e){case 'Group':f+=' '+_tx("\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u039f\u03bc\u03ac\u03b4\u03b1;");break;case 'Event':f+=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2\/\u03b7 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u0395\u03ba\u03b4\u03ae\u03bb\u03c9\u03c3\u03b7;");break;case 'Page':f+=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03c3\u03b5\u03bb\u03af\u03b4\u03b1;");break;}}else{switch(e){case 'Group':f+=' '+_tx("\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b5\u03af\u03c2 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 {user-name} \u03b1\u03c0\u03bf \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1.",{'user-name':d});break;case 'Event':f+=' '+_tx("You are attempting to remove {user-name} from this Event.",{'user-name':d});break;case 'Page':f+=' '+_tx("You are attempting to remove {user-name} from this Page.",{'user-name':d});break;}f+=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name};",{'user-name':d});}return {msg:f,label:_tx("\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7")};}function invitetool_remove_admin_msg(c,d,b,a){var e='';if(b){e+=' '+_tx("\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae.");if(a)switch(d){case 'Group':e+=' '+_tx("Since you are the last administrator, the administrator position will be offered to other people in this Group.");break;case 'Event':e+=' '+_tx("\u0395\u03c6\u03cc\u03c3\u03bf\u03bd \u03b5\u03af\u03c3\u03c4\u03b5 \u03bf \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2, \u03b1\u03bd \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2, \u03b7 \u03b5\u03ba\u03b4\u03ae\u03bb\u03c9\u03c3\u03b7 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af.");break;case 'Page':e+=' '+_tx("Since you are the last administrator, removing yourself will cause this Page to be deleted.");break;}e+=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae;");}else{e+=' '+_tx("\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name} \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae.",{'user-name':c});e+=' '+_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 {user-name} \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae;",{'user-name':c});}return {msg:e,label:_tx("\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03c4\u03ae")};}function invitetool_fbpage_admin_msg(b,c,a){var d='';if(a){d+=' '+_tx("\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae.")+' '+_tx("\u0394\u03b5 \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7.");}else d+=' '+_tx("\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name} \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae.",{'user-name':b});return {msg:d,label:_tx("\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03c4\u03ae")};}function invitetool_make_admin_msg(b,c){var a;switch(c){case 'Group':a=_tx("\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2\/\u03b7 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name} \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae? \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9 \u03c3\u03c4\u03bf\u03bd\/\u03c3\u03c4\u03b7\u03bd {user-name} \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03bd \u03af\u03b4\u03b9\u03bf \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u039f\u03bc\u03ac\u03b4\u03b1 \u03c3\u03b1\u03c2.",{'user-name':b});break;case 'Event':a=_tx("\u0395\u03af\u03c3\u03b1\u03b9 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03c2\/\u03b2\u03ad\u03b2\u03b1\u03b9\u03b7 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03b9\u03c2 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03b9\u03c2 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name} \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae? \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c4\u03bf\u03c5\/\u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf \u03af\u03b4\u03b9\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03bc\u03b5 \u03b5\u03c3\u03ad\u03bd\u03b1 \u03c3\u03c4\u03b7\u03bd \u03b5\u03ba\u03b4\u03ae\u03bb\u03c9\u03c3\u03ae \u03c3\u03bf\u03c5.",{'user-name':b});break;case 'Page':a=_tx("\u0395\u03b9\u03c3\u03b1\u03b9 \u03c3\u03b9\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2 \u03c0\u03c9\u03c2 \u03b8\u03b5\u03c2 \u03bd\u03b1 \u03ba\u03b1\u03bd\u03b5\u03b9\u03c2 \u03c4\u03bf\u03bd\/\u03c4\u03b7\u03bd {user-name} \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b7;\u0391\u03c5\u03c4\u03bf \u03b8\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c8\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c7\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b9\u03b4\u03b9\u03bf \u03b5\u03bb\u03b5\u03b3\u03c7\u03bf \u03c0\u03bf\u03c5 \u03b5\u03c7\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c3\u03c5 \u03c3\u03c4\u03b7\u03bd \u03c3\u03b5\u03bb\u03b9\u03b4\u03b1 \u03c3\u03bf\u03c5.",{'user-name':b});break;}return {msg:a,label:_tx("\u038c\u03c1\u03b9\u03c3\u03b5 \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae")};}

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