Useractions.prototype.showMail = function() { alert("You must log in before you can send\nthis artist to a friend"); return false; };
Useractions.prototype.favourites = function() { alert("You must log in before you can add\nthis artist to your favourites list"); return false; };
Useractions.prototype.fans = function() { alert("You must log in before you can\nbecome a fan of this artist"); return false; };
Useractions.prototype.block = function() { alert("You must log in before you can block this artist"); return false; };
Useractions.prototype.subscribe = function() { alert("You must log in before you can subscribe to this artist"); return false; };
Useractions.prototype.mailband = function()  { alert("You must log in before you can send a message to the band"); return false; };
Useractions.prototype.addreview = function()  { alert("You must log in before you can add a song review"); return false; };