home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / chlapark / functions.js < prev    next >
Text File  |  2003-09-29  |  96b  |  6 lines

  1. addEvent(window, "load", init);
  2.  
  3. function init() {
  4.     tableRower("list", ["odd", "even"]);
  5. }
  6.