Actions.prototype.showmessage = function() { alert("You must be logged in to send this user a message"); };
Actions.prototype.requestfriend = function() { alert("You must log in before you can become a friend"); }
Actions.prototype.block = function() { alert("You must log in before you can block this user"); }