function scal(i,img,tit,calif) {
c = parent.document.getElementById('cal'+i);
c.src=img; c.title = tit;
parent.document.getElementById('calif'+i).innerHTML=calif;
}
scal(1, '/GIF/?cal90', '9.08 (255 votos)', '9.08
(255 votos)');
scal(2, '/GIF/?cal65', '6.65 (37 votos)', '6.65
(37 votos)');
scal(3, '/GIF/?cal75', '7.94 (16 votos)', '7.94
(16 votos)');
scal(4, '/GIF/?cal55', '5.50 (6 votos)', '5.50
(6 votos)');
scal(5, '/GIF/?cal60', '6.42 (19 votos)', '6.42
(19 votos)');
scal(6, '/GIF/?cal80', '8.31 (16 votos)', '8.31
(16 votos)');