Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
160 lines (159 sloc)
7.16 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//SoftQuad//DTD HTML 3.2 + extensions for HoTMetaL PRO 3.0 19961211//EN" | |
| "hmpro3.dtd"> | |
| <HTML> | |
| <HEAD> | |
| <TITLE>Webnautics - Where The World Comes Together!</TITLE> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| // Detect if browser is Netscape 3 + or IE 4 +. | |
| bName = navigator.appName; | |
| bVer = parseInt(navigator.appVersion); | |
| if ((bName == "Netscape" && bVer >= 3) || | |
| (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3"; | |
| else br = "n2"; | |
| if (br== "n3") { | |
| homeon = new Image(); | |
| homeon.src = "home2.gif"; | |
| homeoff = new Image(); | |
| homeoff.src = "home1.gif"; | |
| personon = new Image(); | |
| personon.src = "personals2.gif"; | |
| personoff = new Image(); | |
| personoff.src = "personals1.gif"; | |
| freewebon = new Image(); | |
| freewebon.src = "freeweb2.gif"; | |
| freeweboff = new Image(); | |
| freeweboff.src = "freeweb1.gif"; | |
| classon = new Image(); | |
| classon.src = "class2.gif"; | |
| classoff = new Image(); | |
| classoff.src = "class1.gif"; | |
| freeeon = new Image(); | |
| freeeon.src = "e-mail2.gif"; | |
| freeeoff = new Image(); | |
| freeeoff.src = "e-mail1.gif"; | |
| cafeon = new Image(); | |
| cafeon.src = "cafe2.gif"; | |
| cafeoff = new Image(); | |
| cafeoff.src = "cafe1.gif"; | |
| topiaon = new Image(); | |
| topiaon.src = "topia2.gif"; | |
| topiaoff = new Image(); | |
| topiaoff.src = "topia1.gif"; | |
| webchaton = new Image(); | |
| webchaton.src = "webchat2.gif"; | |
| webchatoff = new Image(); | |
| webchatoff.src = "webchat1.gif"; | |
| serviceson = new Image(); | |
| serviceson.src = "services2.gif"; | |
| servicesoff = new Image(); | |
| servicesoff.src = "services1.gif"; | |
| jumpon = new Image(); | |
| jumpon.src = "jump2.gif"; | |
| jumpoff = new Image(); | |
| jumpoff.src = "jump1.gif"; | |
| } | |
| function imgAct(imgName) { | |
| if (br == "n3") { | |
| document[imgName].src = eval(imgName + "on.src"); | |
| } | |
| } | |
| function imgInact(imgName) { | |
| if (br == "n3") { | |
| document[imgName].src = eval(imgName + "off.src"); | |
| } | |
| } | |
| // --> | |
| </SCRIPT></HEAD> | |
| <BODY BGCOLOR="#FFFFFF" TEXT="#400080"> | |
| <TABLE WIDTH="680" BORDER="0"> | |
| <TR> | |
| <TD VALIGN="TOP"><IMG | |
| SRC="web.gif" ALT="[ Webnautics - Where The World Comes Together ]" WIDTH="226" HEIGHT="69"></TD> | |
| <TD VALIGN="TOP" ALIGN="CENTER"><FONT SIZE="-1"><A | |
| HREF="http://www21.valueclick.com/cgi-bin/redirect?host=h0031084&b=23" TARGET="_top"><IMG | |
| SRC="http://www21.valueclick.com/cgi-bin/cycle?host=h0031084&b=23" ALT="Please visit our sponsors." WIDTH="468" HEIGHT="60"></A> | |
| <A | |
| HREF="http://www21.valueclick.com/cgi-bin/redirect?host=h0031084&b=23" TARGET="_top">Click | |
| Here to Visit our Sponsor</A> </FONT></TD></TR></TABLE> | |
| <P></P> | |
| <CENTER><IMG SRC="tri_line.gif"></CENTER> | |
| <P></P> | |
| <TABLE BORDER="0"> | |
| <TR> | |
| <TD VALIGN="MIDDLE"> | |
| <TABLE BORDER="0"> | |
| <TR> | |
| <TD><A | |
| HREF="index.html" ONMOUSEOVER="imgAct('home')" ONMOUSEOUT="imgInact('home')"><IMG | |
| SRC="home1.gif" ALT="[ Home ]" BORDER="0" WIDTH="86" HEIGHT="29" NAME="home"></A> | |
| <P></P></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="personals/index.html" ONMOUSEOVER="imgAct('person')" ONMOUSEOUT="imgInact('person')"><IMG | |
| SRC="personals1.gif" ALT="[ Personals ]" BORDER="0" WIDTH="122" HEIGHT="29" NAME="person"></A> | |
| <P></P></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="/classifieds/index.html" ONMOUSEOVER="imgAct('class')" ONMOUSEOUT="imgInact('class')"><IMG | |
| SRC="class1.gif" ALT="[ Classifieds ]" BORDER="0" WIDTH="122" HEIGHT="29" NAME="class"></A> | |
| <P></P></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="/freemail/index.html" ONMOUSEOVER="imgAct('freee')" ONMOUSEOUT="imgInact('freee')"><IMG | |
| SRC="e-mail1.gif" ALT="[ Free E-mail ]" BORDER="0" WIDTH="131" HEIGHT="29" NAME="freee"></A> | |
| <P></P></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="/freeweb/index.html" ONMOUSEOVER="imgAct('freeweb')" ONMOUSEOUT="imgInact('freeweb')"><IMG | |
| SRC="freeweb1.gif" ALT="[ Free Web Pages ]" BORDER="0" WIDTH="162" HEIGHT="29" NAME="freeweb"></A> | |
| <P></P></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="http://cafe.webnautics.com/" ONMOUSEOVER="imgAct('cafe')" ONMOUSEOUT="imgInact('cafe')"><IMG | |
| SRC="cafe1.gif" ALT="[ Cafe Chat ]" BORDER="0" WIDTH="124" HEIGHT="29" NAME="cafe"></A></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="http://www.webnautics.net/jump_start/" ONMOUSEOVER="imgAct('jump')" ONMOUSEOUT="imgInact('jump')"><IMG | |
| SRC="jump1.gif" ALT="[ Jump Start ]" BORDER="0" WIDTH="138" HEIGHT="29" NAME="jump"></A></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="http://www.webnautics.net/" ONMOUSEOVER="imgAct('services')" ONMOUSEOUT="imgInact('services')"><IMG | |
| SRC="services1.gif" ALT="[ Web Services ]" BORDER="0" WIDTH="144" HEIGHT="29" NAME="services"></A></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="http://www.chattopia.com/" ONMOUSEOVER="imgAct('topia')" ONMOUSEOUT="imgInact('topia')"><IMG | |
| SRC="topia1.gif" ALT="[ Chat Topia ]" BORDER="0" WIDTH="127" HEIGHT="29" NAME="topia"></A></TD></TR> | |
| <TR> | |
| <TD><A | |
| HREF="/chat/index.html" ONMOUSEOVER="imgAct('webchat')" ONMOUSEOUT="imgInact('webchat')"><IMG | |
| SRC="webchat1.gif" ALT="[ Webnautics Chat ]" BORDER="0" WIDTH="180" HEIGHT="29" NAME="webchat"></A></TD></TR></TABLE></TD> | |
| <TD WIDTH="25"></TD> | |
| <TD VALIGN="TOP" WIDTH="450"> | |
| <CENTER><FONT FACE="Arial"><B>Welcome to the all new Webnautics!</B></FONT></CENTER><BR><FONT | |
| FACE="Arial">We now offer you many neat services. If you are looking for love, | |
| or just a friend, surf on over to our FREE <A HREF="personals/index.html">Personals</A>! | |
| If you have someting to sell, you can place it in the FREE | |
| <A HREF="/classifieds/index.html">Clasifieds</A>! Want to lay claim to your own | |
| little corner of the web? Do it here with a FREE <A HREF="/freeweb/index.html">Webnautics | |
| home page</A>. We have many catagories to choose from, and you are sure to meet | |
| someone with your intrests! To further enhance the Webnautics Community, we have | |
| added a Themed Chat room for every WebPage Catagory! Check out the | |
| <A HREF="/chat/index.html">Webnautics Chat Area</A>!! Once you get your home | |
| page, cruise on over and get your own FREE <A HREF="/freemail/index.html">E-mail | |
| address</A>! Be able to check your mail from any where in the world! It's | |
| quick, it's easy, it's anonymous, and best of all, it's FREE!</FONT><BR><BR><FONT | |
| FACE="Arial">Webnautics also has many features that are already existing! We | |
| are the home of the popular <A HREF="http://cafe.webnautics.com/">Cafè | |
| Chat</A>. We have also created <A HREF="http://www.chattopia.com/">Chat Topia</A>, | |
| the best 'free speach' chat rooms on the web! Webnautis is a major force in the | |
| areas of web design, hosting, graphic art, and hosting. Check out our | |
| <A HREF="http://www.webnautics.net/">WebServices</A> for more informaiton. We | |
| have also gathered the Web's "HotSpots" and put them together for you | |
| on the Webnautics Jump Start. Make the | |
| <A HREF="http://www.webnautics.net/jump_start/">JumpStart</A> YOUR starting | |
| page today!!</FONT></TD></TR></TABLE> | |
| <P></P> | |
| <CENTER><IMG SRC="tri_line.gif"></CENTER> | |
| <P>© 1996 - 1998 Webnautics WebSite Design.  All Rights | |
| Reserved.<font size="-1">M47r1>< WuZ h3r3</font></P></BODY></HTML> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |