<% @language="vbscript" %> <% tmp=application("online") tmp=Cstr(tmp) dim disp(20) dim images(20) dbbits=len(tmp) for I= 1 to dbbits disp(I)=left(right(tmp,I),I-(I-1)) next for I=dbbits to 1 step -1 images(I)="" response.write "document.write('"&images(I)&"');" next %>