Код
$(function(){
var des = $('#des'), yza = $('#yza'), ide = $('#ide'), act = $('#act') ,con = $('#con'), cr = $('.cr'), desn = des.find('span').text(), yzan = yza.find('span').text(), iden = ide.find('span').text(), actn = act.find('span').text(), conn = con.find('span').text(), sum = (desn + yzan + iden + actn + conn) / 5;
des.attr('style','width:'+desn+'0%;'); cr.text(sum);
yza.attr('style','width:'+yzan+'0%;background:url("/indecator/1.png") repeat-x;');
ide.attr('style','width:'+iden+'0%;background:url("/indecator/2.png") repeat-x;');
act.attr('style','width:'+actn+'0%;background:url("/indecator/3.png") repeat-x;');
con.attr('style','width:'+conn+'0%;background:url("/indecator/4.png") repeat-x;');
});
$('.ws img').each(function(){$(this).wrap('<a href="'+$(this).attr('src')+'"></a>');});