home *** CD-ROM | disk | FTP | other *** search
- // JS Links
- //
-
- // Copyright (C) 2001 TreeHouse.cz
- // Not for Distributing
- // Only at http://www.treehouse.cz/font/
-
- function addspot(id,url,name){this.id=id;this.url=url;this.name=name}
- links = new Array(
- new addspot("014","offline.htm","OFF-LINE","14"),
- new addspot("015","offline.htm","OFF-LINE","15"),
- new addspot("016","offline.htm","OFF-LINE","16"),
- new addspot("017","offline.htm","OFF-LINE","17"),
- new addspot("018","offline.htm","OFF-LINE","18"));
-