-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (52 loc) · 2.25 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
<!doctype html>
<HTML lang="en">
<HEAD>
<meta charset="utf-8">
<title>GCS : n/a Productions</title>
<!-- Stuff, by G. Carter Stokum -->
<meta name="description" content="Stuff, by G. Carter Stokum.">
<meta name="author" content="G. Carter Stokum">
<link rel="stylesheet" href="css/main.css">
<link rel="Shortcut Icon" href="favicon.ico">
<script type="text/javascript" language="JavaScript">
<!-- Copyright 2002 Bontrager Connection, LLC
// Type the number of images you are rotating.
RandImages = 7;
// Specify the first and last part of the image tag.
FirstPart = '<img src="img/IG/IG';
LastPart = '.jpg" height="220" width="620" border="0">';
function printImage()
{
var i = Math.ceil(Math.random() * RandImages);
document.write(FirstPart + i + LastPart);
}
</script>
<!--
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17939926-1']);
_gaq.push(['_trackPageview']);
(function()
{
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script> -->
</HEAD>
<BODY class="center w620" height="100%">
<section class="center">
<a href="http://www.nonapp.com"><img src="img/TitleHead.png" alt="G. Carter Stokum"></a>
<article>
<a href="../page/Art.html" title="enter portfolio">
<script type="text/javascript" language="JavaScript">
<!--
printImage();
//-->
</script>
</a>
</article>
<object name="Navigation Bar" width="620" height="182" type="text/html" data="prettynav.html"/></object>
</section>
</BODY>
</HTML>