
var j=0;
star[0]="img/500yen.gif";
star[1]="img/satu.gif";
star[2]="img/satu.gif width=20 height=10";
for (m=1;m<(n+1);m++){if (j == (star.length-1)) { j = 0; } else { j += 1; }
document.write("<div id=dot_"+ m +" ><img src=" + star[j] + " border=0></img></div>");
document.write("<style>#dot_" + m + " { position:absolute; z-index:" + m + ";display:none;top: 15px; LEFT: 15px; width:1;}</style>");}

