﻿$('a.groupAdmin').each(function(){ 
$(this).attr('title','Сердце зоны'); 
}); 

$('a.groupModer').each(function(){ 
$(this).attr('title','Дозор зоны'); 
}); 

$('a.groupVerify').each(function(){ 
$(this).attr('title','Полуубитый сталкер'); 
}); 

$('a.groupUser').each(function(){ 
$(this).attr('title','Искатель приключений'); 
}); 

$('a.groupOther1').each(function(){ 
$(this).attr('title','Военный'); 
}); 

$('a.groupOther2').each(function(){ 
$(this).attr('title','Сталкер'); 
}); 

$('a.groupOther3').each(function(){ 
$(this).attr('title','Боец Свободы'); 
}); 

$('a.groupOther4').each(function(){ 
$(this).attr('title','Боец Долга'); 
}); 

$('a.groupOther5').each(function(){ 
$(this).attr('title','Наёмник'); 
}); 

$('a.groupOther6').each(function(){ 
$(this).attr('title','Ученый'); 
}); 

$('a.groupOther7').each(function(){ 
$(this).attr('title','Боец Монолита'); 
}); 

$('a.groupOther8').each(function(){ 
$(this).attr('title','Бандит'); 
});