A little function that I wrote, I think this might be usefull for others.
code:
function PersonalizedStatus() {
var myRegExp = /^(.*)(\xA0\{(.+)\})$/ig;
return myRegExp.exec(Messenger.MyName);
}
This function will return null when there is no personalized status, else it will return an array with the following elements:
0 --> The whole display name including the personalized status
1 --> The display name without the personalized status
2 --> The personalized status part, including the { } and the special character before it
3 --> The personalized status without the { } around it, so just the text