jQuery().ready(function(){jQuery('<'+'div/>').addClass('tabs').prependTo('#druid-avatars');for(i=0;i<jQuery('#druid-avatars h3').length;i++){var id=jQuery('#druid-avatars h3:eq('+i+')').next().attr('id');jQuery('#druid-avatars h3:eq('+i+')').html('<a href="#'+id+'">'+jQuery('#druid-avatars h3:eq('+i+')').text()+'</a>');jQuery('#druid-avatars h3 a').get(i).tab=id;}jQuery('#druid-avatars h3').css({float:'left',marginRight:'10px'}).appendTo('.tabs');jQuery('#druid-avatars h3 a').click(function(){location.hash=this.tab;jQuery('#druid-avatars table').hide();jQuery('#'+this.tab).show();return false;});jQuery('#druid-avatars table').css({clear:'left'});jQuery('#druid-avatars table').hide();if(location.hash!=''){var hash=location.hash;if(hash.substr(0,1)=='#'){jQuery(hash).show();}else{jQuery('#'+hash).show();}}else{jQuery('#nelfcat').show();}});

