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.
109 lines (100 sloc)
3.77 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
| <HTML> | |
| <HEAD> | |
| <TITLE>Poems</TITLE> | |
| <META NAME="Description" CONTENT="favorite poems of tentil.com"> | |
| <META NAME="generator" CONTENT="Notepad"> | |
| <META NAME="author" CONTENT="Karla Fulfer"> | |
| <script language="JavaScript"> | |
| <!-- | |
| browsok = (((navigator.appName == "Netscape") | |
| && (parseInt(navigator.appVersion) >= 3)) | |
| || ((navigator.appName == "Microsoft Internet Explorer") | |
| && (parseInt(navigator.appVersion)>=3))); | |
| if(browsok){ | |
| // MouseOn | |
| // Note: the 88 is for the WIDTH, 25 is for the HEIGHT | |
| home1 = new Image(100, 15); | |
| home1.src = "tenbut1a.gif"; | |
| pic1 = new Image(100, 15); | |
| pic1.src = "tenbut2a.gif"; | |
| contac1 = new Image(100, 15); | |
| contac1.src = "tenbut3a.gif"; | |
| poem1 = new Image(100, 15); | |
| poem1.src = "tenbut4a.gif"; | |
| // MouseOff | |
| // Note: the 88 is for the WIDTH, 25 is for the HEIGHT | |
| home0 = new Image(100, 15); | |
| home0.src = "tenbut1.gif"; | |
| pic0 = new Image(100, 15); | |
| pic0.src = "tenbut2.gif"; | |
| contac0 = new Image(100, 15); | |
| contac0.src = "tenbut3.gif"; | |
| poem0 = new Image(100, 15); | |
| poem0.src = "tenbut4.gif"; | |
| } | |
| function BNB_mouseon(n){ | |
| if(browsok){ | |
| imageON = eval(n + "1.src"); | |
| document [n].src = imageON; | |
| } | |
| } | |
| function BNB_mouseoff(n){ | |
| if(browsok){ | |
| imageOFF = eval(n + "0.src"); | |
| document [n].src = imageOFF; | |
| } | |
| } | |
| // --> | |
| </SCRIPT> | |
| </HEAD> | |
| <BODY BGCOLOR="#000000" TEXT="FFFFFF" LINK="0066FF" ALINK="CCCCFF" VLINK="CCCCFF"> | |
| <CENTER> | |
| <TABLE BORDER="0" WIDTH="600" CELLSPACING="0" CELLPADDING="10"> | |
| <tr> | |
| <td align="right" COLSPAN="2"> | |
| <A HREF="index.html"> | |
| <IMG SRC="smlogo1.gif" ALIGN="middle" WIDTH="57" HEIGHT="34" BORDER="0" ALT="TenTil Design"></A> | |
| </td></tr> | |
| <TR><TD COLSPAN="2" BGCOLOR="0066FF" ALIGN="center"> | |
| <FONT COLOR="000000" FACE="arial" SIZE="+2">Favorite poems of the moment</FONT> | |
| </TD></TR> | |
| <TR><TD> | |
| <IMG SRC="spacer.gif" WIDTH="60" HEIGHT="5" ALT=""> | |
| </TD> | |
| <TD> | |
| <P> </P> | |
| <FONT FACE="arial"> | |
| <UL> | |
| <LI><A HREF="http://www.tentil.com/maya/maya.html">Phenomenal Woman</A> | |
| <LI><A HREF="http://www.tentil.com/maya/insomn.html">Insomniac</A> | |
| <LI><A HREF="http://www.tentil.com/colt/clouds1.html">Clouds</A> | |
| <LI><A HREF="http://www.tentil.com/poems/road.html">The Road Not Taken</A> | |
| </UL> | |
| </FONT> | |
| </td> | |
| </tr></TABLE> | |
| <P> </P> | |
| <CENTER> | |
| <a href="home.html" | |
| onmouseout="BNB_mouseoff('home')" onmouseover= | |
| "BNB_mouseon('home');return true "> | |
| <img src="tenbut1.gif" name="home" | |
| WIDTH=100 HEIGHT=15 VSPACE=0 border=0 alt=home></a> | |
| <a href="picture.html" | |
| onmouseout="BNB_mouseoff('pic')" onmouseover= | |
| "BNB_mouseon('pic');return true "> | |
| <img src="tenbut2.gif" name="pic" | |
| WIDTH=100 HEIGHT=15 VSPACE=0 border=0 alt=pictures></a> | |
| <a href="contact.html" | |
| onmouseout="BNB_mouseoff('contac')" onmouseover= | |
| "BNB_mouseon('contac');return true "> | |
| <img src="tenbut3.gif" name="contac" | |
| WIDTH=100 HEIGHT=15 VSPACE=0 border=0 alt="contact Ten"></a> | |
| <a href="poems.html" | |
| onmouseout="BNB_mouseoff('poem')" onmouseover= | |
| "BNB_mouseon('poem');return true "> | |
| <img src="tenbut4.gif" name="poem" | |
| WIDTH=100 HEIGHT=15 VSPACE=0 border=0 alt=poems></a> | |
| </CENTER> | |
| </BODY> | |
| </HTML> |