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/?cal85', '8.55 (22 votos)', '8.55
(22 votos)');
scal(2, '/GIF/?cal60', '6.36 (14 votos)', '6.36
(14 votos)');
scal(3, '/GIF/?cal80', '8.35 (23 votos)', '8.35
(23 votos)');
scal(4, '/GIF/?cal65', '6.89 (9 votos)', '6.89
(9 votos)');