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/?cal65', '6.91 (55 votos)', '6.91
(55 votos)');
scal(2, '/GIF/?cal70', '7.00 (16 votos)', '7.00
(16 votos)');
scal(3, '/GIF/?cal55', '4.92 (24 votos)', '4.92
(24 votos)');
scal(4, '/GIF/?cal70', '7.48 (44 votos)', '7.48
(44 votos)');
scal(5, '/GIF/?cal55', '5.44 (9 votos)', '5.44
(9 votos)');