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/?cal70', '7.44 (54 votos)', '7.44
(54 votos)');
scal(2, '/GIF/?cal75', '7.67 (12 votos)', '7.67
(12 votos)');
scal(3, '/GIF/?cal55', '4.75 (12 votos)', '4.75
(12 votos)');
scal(4, '/GIF/?cal80', '8.05 (21 votos)', '8.05
(21 votos)');
scal(5, '/GIF/?cal60', '6.22 (9 votos)', '6.22
(9 votos)');