forked from blakerego/personalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslideshow_fast.html
More file actions
129 lines (112 loc) · 2.63 KB
/
slideshow_fast.html
File metadata and controls
129 lines (112 loc) · 2.63 KB
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
<html>
<header>
<title>B l a k e J o n R e g o</title>
</header>
<body>
<!--#include virtual="header.html"-->
<div id= "slideshow" align="center"><script type="text/javascript">
j=Math.round(Math.random()*10)
k=100
if (j==0) {
a="croatia"
b=62
while(k>b|| k==0){k=Math.round(Math.random()*b)}
}
if (j==1) {
a="boston"
b=31
while(k>b|| k==0){k=Math.round(Math.random()*b)}
}
else if (j==2) {
a="newyork"
b=43
while(k>b|| k==0){k=Math.round(Math.random()*b)}
}
else if (j==3) {
a="newhaven"
b=33
while(k>b|| k==0){k=Math.round(Math.random()*b)}
}
else if (j==4) {
a="budapest"
b=29
while(k>b|| k==0){k=Math.round(Math.random()*b)}
}
else if (j==5) {
a="prague"
b=27
while(k>b || k==0){k=Math.round(Math.random()*b)}
}
else if (j==6) {
a="miami"
b=43
while(k>b || k==0){k=Math.round(Math.random()*b)}
}
else if (j==7 ) {
a="philly"
b=32
while(k>b || k==0){k=Math.round(Math.random()*b)}
}
else if (j==8 ) {
a="oceancity"
b=24
while( k>b|| k==0 || k==24){k=Math.round(Math.random()*b)}
}
else if (j==9) {
a="newyork"
b=43
while(k>b || k==0){k=Math.round(Math.random()*b)}
}
else if (j==10) {
a="miami"
b= 43
while(k>b|| k==0 ){k=Math.round(Math.random()*b)}
}
if (k<10){
check= "<img src='http://www.blakerego.com/Graphics/" + a + "/0" + k + ".jpg'>"
document.write( check )
}
else {
check= "<img src='http://www.blakerego.com/Graphics/" + a + "/" + k + ".jpg'>"
document.write( check )
}
i++
</script>
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.blakerego.com/slideshow_fast.html">
<table>
<tr>
<td class="black_bar" width="80"><div align="center" class ="style2">
<a href= "http://www.blakerego.com/slideshow_slow.html"><span class="style1">Slow</div></td>
<td class ="black_bar" width= "80"><div align="center" class="style2">
<a href= "http://www.blakerego.com/slideshow_medium.html">Medium</div></td>
<td width="80"><div align="center" class="style2">Fast</span> </div></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" class="black_bar">
<table summary="bottom bar" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="black_bar" align="right">
[ <a href="mailto:bjr2101@columbia.edu">Webmaster</a> ]
<td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<span class="small">
<br>
<i>You are visiting the web site of Blake Jon Rego. <!--#echo var="LAST_MODIFIED" -->
</i><br>
<br>
</span>
</center>
</body>
</html>