function userProfilePopup(a){var b=popAndGet("userprofilediv",450,250,null,"http://"+g_httpHost+"/UserProfile_popUp.do?otheruserid="+a)}function acceptInvite(a){document.location="UserProfile_fameBuddies.do?otheruserid="+a+"?verb=accept"}function inviteFamebuddy(a){var b=new Object();b.verb="invite";b.otheruserid=a;http("POST","http://"+g_httpHost+"/UserProfile_fameBuddies.do",callback,b)}function callback(a){var b=a.status;var d=a.otheruserid;var e=a.verb;var c=a.otherusername;if(e=="invite"&&b=="OK"){popMsg("You have successfully invited "+c+"\nto be your FameBuddy!")}else{popError(b)}closeWin("userprofilediv")};