-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
41 lines (34 loc) · 1.65 KB
/
help.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
<html><head>
<BASE HREF="http://home.cc.umanitoba.ca/~mbell/help.html">
<title>Help</title></head><body>
<center><h3>
<a href = http://home.cc.umanitoba.ca/~mbell/instructions.html>Instructions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/spacesdef.html>Space Definitions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/propsdef.html>Property Definitions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/structsdef.html>Structure Definitions</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/props.cgi>Return to Property Selection</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/structs.cgi>Return to Structure Selection</a>
</h3></center></body>
<SCRIPT language="Javascript">
<!--
// FILE ARCHIVED ON 20011006083612 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20020603073133.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).
var sWayBackCGI = "http://web.archive.org/web/20011006083612/";
function xLateUrl(aCollection, sProp) {
var i = 0;
for(i = 0; i < aCollection.length; i++)
if (aCollection[i][sProp].indexOf("mailto:") == -1 &&
aCollection[i][sProp].indexOf("javascript:") == -1)
aCollection[i][sProp] = sWayBackCGI + aCollection[i][sProp];
}
if (document.links) xLateUrl(document.links, "href");
if (document.images) xLateUrl(document.images, "src");
if (document.embeds) xLateUrl(document.embeds, "src");
if (document.body && document.body.background)
document.body.background = sWayBackCGI + document.body.background;
//-->
</SCRIPT>
</html>