-
Notifications
You must be signed in to change notification settings - Fork 0
/
lists.html
42 lines (35 loc) · 1.73 KB
/
lists.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
<html><head>
<BASE HREF="http://home.cc.umanitoba.ca/~mbell/lists.html">
<title>Lists</title></head><body>
<center><h2>Lists</h2></center>
<center><h3>
<a href = http://www.umanitoba.ca/cgi-bin/math/bell/unps.cgi>Unknown Property Space Bits</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/unsp.cgi>Unknown Space Property Bits</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/unop.cgi>Unknown Structure Property Bits</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/unpo.cgi>Unknown Property Structure Bits</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 20011006094704 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20020603072731.
// 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/20011006094704/";
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>