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/?cal80', '8.27 (49 votos)', '8.27
(49 votos)');
scal(2, '/GIF/?cal90', '9.62 (37 votos)', '9.62
(37 votos)');
scal(3, '/GIF/?cal80', '8.47 (17 votos)', '8.47
(17 votos)');
scal(4, '/GIF/?cal70', '7.21 (14 votos)', '7.21
(14 votos)');
scal(5, '/GIF/?cal90', '9.20 (20 votos)', '9.20
(20 votos)');
scal(6, '/GIF/?cal55', '4.75 (8 votos)', '4.75
(8 votos)');