home *** CD-ROM | disk | FTP | other *** search
-
- function writetitle(title,homepage)
- {
- document.write("<BR><A class=\"navtitle\" HREF=\""+homepage+"\">"+title+"</A><BR>")
- }
-
- function writelink(title,page)
- {
- document.write(" <A class=\"navnorm\" HREF=\""+page+"\">"+title+"</A><BR>")
- }
-
-
-
- writetitle("Floosietek Home","/welcome.htm")
- writetitle("Hotspot Links","/hotspot/index.htm")
- //writelink("Free EMail sites","/hotspot/freesites.htm")
- writelink("Utilities","/hotspot/utilities.htm")
- writelink("SPAM References","/hotspot/spam.htm")
- writelink("Directory Services","/hotspot/directory.htm")
- writelink("RFC's","/hotspot/rfc/rfcindex.htm")
- writelink("Glossary","/hotspot/gloss.htm")
- writelink("How it works","/hotspot/how.htm")
-
-
-
-
-
-
-