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.62 (24 votos)', '6.62
(24 votos)');
scal(2, '/GIF/?cal75', '7.52 (58 votos)', '7.52
(58 votos)');
scal(3, '/GIF/?cal90', '9.22 (143 votos)', '9.22
(143 votos)');
scal(4, '/GIF/?cal85', '8.91 (53 votos)', '8.91
(53 votos)');
scal(5, '/GIF/?cal70', '7.00 (16 votos)', '7.00
(16 votos)');
scal(6, '/GIF/?cal65', '6.56 (9 votos)', '6.56
(9 votos)');