/* Status Update Feature * Copyright (c) Avacweb 2016 * All Rights Reserved. * No distribution without consent. */ var status_box={copyright:"Status Updater for Forumotion forums. Copyright (c) Avacweb 2013. All Rights reserved. No distribution without consent.",lang:{woym:"Whats on your mind...",update:"Update",too_short:"Status too short.",updated:"Status Updated!",error:"Technical error. Try again."},init:function(b,a){if(b){var c=my_getcookie("fa_"+location.host.replace(/\./g,"_")+"_data");this.user_id=c?parseInt(c.split("userid")[1].replace(/s:\d+/g,"").match(/\d+/)):0;if(a)for(var d in a)this.lang[d]=a[d]; this.outer=document.getElementById("LGstatus");this.outer.innerHTML='
'+this.lang.update+'
';this.input=document.getElementById("LGstatus_input");this.id=b;this.initiated=!0}},update:function(){if(this.initiated){var b=document.getElementById("LGstatus_notice");if(2>this.input.value.length)return b.innerHTML=this.lang.too_short=this.lang.too_short; var a=document.getElementById("logout");a&&(a=a.href,a=a.substring(a.indexOf("tid=")+4,a.indexOf("&key")),a="id="+this.id.substring(this.id.lastIndexOf("_")+1)+'&active=1&content=[["'+this.id+'", "'+this.input.value+'"]]&tid='+a+"&user="+this.user_id,$.post("/ajax_profile.forum?jsoncallback=jQuery1",a,function(a){0