function HideTetxarea(){$("about_me_tetxarea").style.display="none";if($("about_me_new_text").value==""){$("empty_about_me").style.display="block"}else{$("about_me").style.display="block"}}function ShowTetxarea(){document.getElementById("about_me").style.display="none";document.getElementById("about_me_tetxarea").style.display="block"}function SaveAboutMe(c){if(c==undefined){c=0}var a=$("about_me_new_text").value;var b="/waynprofile.html?wci=view&wce=SetAboutMeBox&nosave="+c;new Ajax.Request(b,{onSuccess:function(d){if(d.responseText=="-1"){}else{$("about_me_old_text").innerHTML=createHTMLtext(d.responseText)}},onFailure:function(){return false},method:"post",postBody:"about_me="+encodeURIComponent(a)});HideTetxarea()}function createHTMLtext(a){if(a==undefined){return""}var b=/\n/g;a=a.replace(b,"<BR>");return a}function createPersonalNote(){try{document.getElementById("empty_about_me").style.display="none"}catch(a){}ShowTetxarea(1)};
