-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
204 lines (195 loc) · 10.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<html>
<head>
<title>paul crowder on the web.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_preloadImages() { //web.archive.org/web/20010616092123/http://v2.0/
if (document.images) {
var imgFiles = MM_preloadImages.arguments;
if (document.preloadArray == null) document.preloadArray = new Array();
var i = document.preloadArray.length;
with (document) for (var j = 0; j < imgFiles.length; j++) if (imgFiles[j].charAt(0) != "#") {
preloadArray[i] = new Image;
preloadArray[i++].src = imgFiles[j];
}
}
}
function MM_swapImgRestore() { //web.archive.org/web/20010616092123/http://v2.0/
if (document.MM_swapImgData != null)
for (var i = 0; i < (document.MM_swapImgData.length - 1); i += 2)
document.MM_swapImgData[i].src = document.MM_swapImgData[i + 1];
}
function MM_swapImage() { //web.archive.org/web/20010616092123/http://v2.0/
var i, j = 0, objStr, obj, swapArray = new Array, oldArray = document.MM_swapImgData;
for (i = 0; i < (MM_swapImage.arguments.length - 2); i += 3) {
objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape') ? i : i + 1];
if ((objStr.indexOf('document.layers[') == 0 && document.layers == null) ||
(objStr.indexOf('document.all[') == 0 && document.all == null))
objStr = 'document' + objStr.substring(objStr.lastIndexOf('.'), objStr.length);
obj = eval(objStr);
if (obj != null) {
swapArray[j++] = obj;
swapArray[j++] = (oldArray == null || oldArray[j - 1] != obj) ? obj.src : oldArray[j];
obj.src = MM_swapImage.arguments[i + 2];
}
}
document.MM_swapImgData = swapArray; //web.archive.org/web/20010616092123/http://used/ for restore
}
function MM_timelinePlay(tmLnName, myID) { //web.archive.org/web/20010616092123/http://v1.2/
//web.archive.org/web/20010616092123/http://Copyright/ 1997 Macromedia, Inc. All rights reserved.
var i, j, tmLn, props, keyFrm, sprite, numKeyFr, firstKeyFr, propNum, theObj, firstTime = false;
if (document.MM_Time == null) MM_initTimelines(); //web.archive.org/web/20010616092123/http://if/ *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime = true; }//if new call, incr ID
if (myID == tmLn.ID) { //web.archive.org/web/20010616092123/http://if/ Im newest
setTimeout('MM_timelinePlay("' + tmLnName + '",' + myID + ')', tmLn.delay);
fNew = ++tmLn.curFrame;
for (i = 0; i < tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr - 1]) {//web.archive.org/web/20010616092123/http://in/ range
keyFrm = 1;
for (j = 0; j < sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew - firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew - firstKeyFr];
} else {
while (keyFrm < numKeyFr && fNew >= sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew == sprite.keyFrames[keyFrm - 1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm - 1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm - 1];
}
}
}
}
}
} else if (sprite.charAt(0) == 'b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
}
}
}
function MM_displayStatusMsg(msgStr) { //web.archive.org/web/20010616092123/http://v2.0/
status = msgStr;
document.MM_returnValue = true;
}
function MM_checkPlugin(plugin, theURL, altURL, IEGoesToURL) { //web.archive.org/web/20010616092123/http://v2.0/
if ((navigator.plugins && navigator.plugins[plugin]) || //web.archive.org/web/20010616092123/http://if/ NS, or
(IEGoesToURL && //web.archive.org/web/20010616092123/http://if/ flag set, and MSIE browser for Win95/NT (ActiveX)
navigator.appName.indexOf('Microsoft') != -1 &&
navigator.appVersion.indexOf('Mac') == -1 &&
navigator.appVersion.indexOf('3.1') == -1)) {
if (theURL.length > 2) window.location = theURL;
} else {
if (altURL.length > 2) window.location = altURL;
}
document.MM_returnValue = false;
}
function MM_initTimelines() {
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(0);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0].lastFrame = 0;
for (i = 0; i < document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000 / document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#000000" onload="MM_preloadImages('homeon.gif','#931238140740');MM_preloadImages('bioon.gif','#931238159690');MM_preloadImages('musicon.gif','#931238178910');MM_preloadImages('gueston.gif','#931238197920');MM_preloadImages('linkson.gif','#931238214940');MM_timelinePlay('Timeline1');MM_preloadImages('feedbackon.gif','#931564756730');MM_preloadImages('pictureson.gif','#931664345880');return document.MM_returnValue"
text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#999999">
<div align="center">
<p align="center"><img src="/web/20010616092123im_/http://members.aol.com/top.gif" width="600" height="30"></p>
<table width="75%">
<tr>
<td align="center">
<p><img src="/web/20010616092123im_/http://members.aol.com/blankon.gif" width="175" height="163" name="about" alt="info window">
<a href="https://web.archive.org/web/20010616092123/http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?38966" target="_top">
</a>
</p>
</td>
<td><img src="newmiddle.jpg" width="362" height="278"></td>
<td align="center">
<table>
<tr>
<td>
<a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','homeon.gif','#931238140740');MM_displayStatusMsg('home');return document.MM_returnValue"><img src="home.gif" width="100" height="20" border="0" alt="home"></a>
</td>
</tr>
<tr>
<td>
<a href="bio.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','bioon.gif','#931238159690');MM_displayStatusMsg('bio');return document.MM_returnValue"><img src="bio.gif" width="100" height="20" border="0" alt="bio"></a>
</td>
</tr>
<tr>
<td>
<a href="pictures.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','pictureson.gif','#931664345880');MM_displayStatusMsg('pictures');return document.MM_returnValue"><img src="pictures.gif" width="100" height="20" border="0"
alt="pictures"></a>
</td>
</tr>
<tr>
<td>
<a href="music.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','musicon.gif','#931238178910');MM_displayStatusMsg('music');return document.MM_returnValue"><img src="music.gif" width="100" height="20" border="0" alt="music"></a>
</td>
</tr>
<tr>
<td>
<a href="links.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','linkson.gif','#931238214940');MM_displayStatusMsg('links');return document.MM_returnValue"><img src="links.gif" width="100" height="20" border="0" alt="links"></a>
</td>
</tr>
<tr>
<td>
<a href="gbsign.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','gueston.gif','#931238197920');MM_displayStatusMsg('guestbook');return document.MM_returnValue"><img src="guestbook.gif" width="102" height="19" border="0"
alt="guestbook"></a>
</td>
</tr>
<tr>
<td>
<a href="feedback.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('document.about','document.about','feedbackon.gif','#931564756730');MM_displayStatusMsg('feedback');return document.MM_returnValue"><img src="feedback.gif" width="100" height="20" border="0"
alt="feedback"></a>
</td>
</tr>
</table>
<a href="https://web.archive.org/web/20010616092123/http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?38966" target="_top"><br>
<img src="https://web.archive.org/web/20010616092123im_/http://fastcounter.linkexchange.com/fastcounter?38966+77939" border="0"></a>
<br>
<a href="https://web.archive.org/web/20010616092123/http://www.fastcounter.com/fc-join">
<font size="1" face="Verdana, Arial, Helvetica, sans-serif">LE FastCounter
</font>
</a><br>
<a href="https://web.archive.org/web/20010616092123/mailto:[email protected]">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2">
</font>
</a>
<p> </p>
</td>
</tr>
</table>
<div id="Layer3" style="position:absolute; width:332px; height:22px; z-index:3; left: 230px; top: 371px">
<p>
<font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
<font size="1"><b>site
requirements</b><br> 800x600 resolution <b><font size="2">°</font></b> 16 bit color or above
</font>
</font>
</p>
</div>
<p align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
<font size="1">
</font>
</font>
</p>
</div>
</body>
</html>