home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / treehouse / images / fontlinks.js < prev    next >
Encoding:
JavaScript  |  2001-08-23  |  472 b   |  15 lines

  1. // JS Links
  2. // 
  3.  
  4. // Copyright (C) 2001 TreeHouse.cz
  5. // Not for Distributing
  6. // Only at http://www.treehouse.cz/font/
  7.  
  8. function addspot(id,url,name){this.id=id;this.url=url;this.name=name}
  9. links = new Array(
  10. new addspot("014","offline.htm","OFF-LINE","14"),
  11. new addspot("015","offline.htm","OFF-LINE","15"),
  12. new addspot("016","offline.htm","OFF-LINE","16"),
  13. new addspot("017","offline.htm","OFF-LINE","17"),
  14. new addspot("018","offline.htm","OFF-LINE","18"));
  15.