/* Автор: Бармалей http://helper.ucoz.ru/ + мод killo-w */
rateForm=function(c,d,f,g){if(typeof c=='undefined'||typeof d=='undefined'||typeof f=='undefined'||(c!=1&&c!=-1))return;c=2+c;var h;switch(f){case 0:case 1:case 2:case 3:h='/'+['publ','load','dir','board'][f]+'/0-1-'+c+'-'+d+'-3';break;case 4:h='/blog/0-0-'+c+'-'+d+'-14-1';break;case 5:h='/news/0-0-'+c+'-'+d+'-15-1';break;case 6:h='/photo/'+g+'-1-'+d+'-13-'+c;break;case 7:h='/faq/0-'+c+'-'+d+'-4-1';break}if(!h)return;var i=$('#rate_'+d);$.get(h,function(a){a=$('cmd:first',a).text();var b=a.match(/рейтинг:\s*([0-9.]+)\/(\d+)/i);if(!b){try{(new Function('',a))()}catch(e){};return}b=Math.round(b[1]*b[2])-2*b[2];i.html(b).addClass(b>0?'positiveRate':(b==0?'nullRate':'negativeRate'));_uWnd.alert('Оценка засчитана!')})}
