
rank=0;function init_rating(section){var divs=document.getElementsByTagName('div');for(i=0;i<divs.length;i++){if(divs[i].getAttribute('rel')!=section){continue;}
if(divs[i].className=='rating'){var imgs=divs[i].getElementsByTagName('img');for(j=0;j<imgs.length;j++){imgs[j].style.cursor='pointer';imgs[j].setAttribute('title','Nota '+(j+1));imgs[j].onclick=function(){var nota=this.getAttribute('alt');var rid=this.parentNode.getAttribute('id');if(nota&&rid){rid=rid.split('_',2)[1];var ifr=document.createElement('iframe');ifr.setAttribute('id','trnsp');document.getElementById('trnsprt').appendChild(ifr);ifr.setAttribute('src','/?act=vote&sec='+section+'&pic='+rid+'&note='+nota);return true;}}
imgs[j].onmouseover=function(){var note=this.getAttribute('alt');var pobj=this.parentNode;var imgs=pobj.getElementsByTagName('img');rank=5;for(i=0;i<imgs.length;i++){isrc=imgs[i].getAttribute('src');if(isrc.indexOf('s_off')>0){rank=i;break;}}
for(i=0;i<imgs.length;i++){imgs[i].setAttribute('src',i<note?'/img/s_on.gif':'/img/s_off.gif');}}
imgs[j].onmouseout=function(){var pobj=this.parentNode;var imgs=pobj.getElementsByTagName('img');for(i=0;i<imgs.length;i++){imgs[i].setAttribute('src',i<rank?'/img/s_on.gif':'/img/s_off.gif');}}}}}}
function preload_stars(){var arr=new Array();arr[0]=new Image;arr[0].src='/img/s_on.gif';arr[1]=new Image;arr[1].src='/img/s_off.gif';}
preload_stars();