/* Generated 2010-09-06 16:04:21*/tsaGroups=function(){var a=jQuery;var b={owner:"You're The Owner",pending:"You're Almost A Fan",member:"You're A Fan",contributor:"You're A Fan",};var c;return{init:function(){uri="/services/gateway/?service[module]=Group&service[action]=GetGroupRelationships&service[format]=json&user[token]="+document.userToken+"&params[]=";jQuery.getJSON(uri,this.groupAjaxHandler)},groupAjaxHandler:function(d){if(!d){d=c}else{c=d}a.each(d.bands,function(f,e){txt=b[f];a.each(e,function(g,h){a("#groupMemberInfo"+h.groupid).html(txt)})})}}}();jQuery(document).ready(function(){tsaGroups.init()});