star_on = new Image() star_on.src="../images/tpl_icon_star_full.gif"; star_off = new Image() star_off.src="../images/tpl_icon_star_empty.gif"; saveImage=""; maxImages=5; function swap(img,on) { if (img<=saveImage) return; imgSrc = "star_"+((on)?"on":"off")+".src"; document.images["img"+img].src=eval(imgSrc); return true; } function clickIt(img,listingid,viewkey) { for (i=1;i<=maxImages;i++) swap(i); for (i=img;i>=1;i--) swap(i,1); saveImage=img; self.location="view_video.php?viewkey="+viewkey+"&option=rate&vote="+img+"&id="+listingid; window.focus(); return false; }