Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function clean(a) {
  2. var tcount = countArtBox();
  3. for (var e = 0; e < tcount; e++) {
  4. if (e > a) {
  5. chArtBox("",e);
  6. }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement