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.42 (67 votos)', '7.42
(67 votos)');
scal(2, '/GIF/?cal65', '6.82 (11 votos)', '6.82
(11 votos)');
scal(3, '/GIF/?cal80', '8.48 (27 votos)', '8.48
(27 votos)');