Browse Source

import of old work

master
Jim Infield 16 years ago
commit
5cc887a905
  1. 68
      contacts.html
  2. 89
      crewchief.html
  3. 62
      guestbook.html
  4. BIN
      images/advert.gif
  5. BIN
      images/checkers.jpg
  6. BIN
      images/contact.jpg
  7. BIN
      images/contacts.gif
  8. BIN
      images/contacts2.gif
  9. BIN
      images/crewchief.big.jpg
  10. BIN
      images/crewchief.gif
  11. BIN
      images/crewchief.jpg
  12. BIN
      images/crewchief2.gif
  13. BIN
      images/fslogosmall.jpg
  14. BIN
      images/greydot.gif
  15. BIN
      images/guestbook.gif
  16. BIN
      images/guestbook2.gif
  17. BIN
      images/home.big.jpg
  18. BIN
      images/home.gif
  19. BIN
      images/home.jpg
  20. BIN
      images/home2.gif
  21. BIN
      images/logo.gif
  22. BIN
      images/midsouthdoor-75.gif
  23. BIN
      images/midsouthdoor.gif
  24. BIN
      images/news.gif
  25. BIN
      images/news2.gif
  26. BIN
      images/photo03.big.jpg
  27. BIN
      images/photo03.jpg
  28. BIN
      images/photo04.big.jpg
  29. BIN
      images/photo04.jpg
  30. BIN
      images/profile.big.jpg
  31. BIN
      images/profile.gif
  32. BIN
      images/profile.jpg
  33. BIN
      images/profile2.gif
  34. BIN
      images/schedule.gif
  35. BIN
      images/schedule2.gif
  36. BIN
      images/seedsinc-75.gif
  37. BIN
      images/seedsinc.gif
  38. BIN
      images/sponsors.gif
  39. BIN
      images/sponsors2.gif
  40. BIN
      images/sponsorship.jpg
  41. 115
      index.html
  42. 209
      news.html
  43. 109
      profile.html
  44. 66
      schedule.html
  45. 54
      scripts/buttons.js
  46. 7
      scripts/window.js
  47. 62
      skel.html
  48. 104
      sponsors.html
  49. 264
      styles/core.css
  50. 116
      styles/ggr.css
  51. 121
      styles/ggr.old.css
  52. 19
      view.php

68
contacts.html

@ -0,0 +1,68 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Contacts</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="centerphoto">
<img src="images/contact.jpg" class="contact"/>
</div>
<p class="notice headroom">If you would like to contact Garrett please drop him a line at:<br>
<a href="mailto:garrett@garrettgrayracing.com">garrett@garrettgrayracing.com</a>.</p>
<p class="notice headroom">For sponsorship opportunities contact:<br>
<a href="mailto:lee@garrettgrayracing.com">lee@garrettgrayracing.com</a></p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

89
crewchief.html

@ -0,0 +1,89 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Crewchief</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="rightphoto">
<a href="javascript:viewPhoto('view.php?photo=images/crewchief.big.jpg', 563, 524);"
><img src="images/crewchief.jpg" class="crewchief"></a
><p>Crewchief Butch Springfield</p>
</div>
<p>Butch Springfield has been part of racing for 35 years running sprints and super modified.
He has lead several teams through the racing process. &#8220;The setup we have now
is the best&#8221;. Butch said, &#8220;Garrett, the car, the shop and the racing season
is getting better every race&#8221;.</p>
<p>As a full time crew chief Butch works every day on Garrett&#8217;s Late Model Car, repairing
the weekly damage and regular maintenance on every component to ensure their racecar
is reliable. &#8220;The technology is always changing and the main things are a good
safe car and keeping the safety equipment up to date&#8221;.</p>
<p>Butch basically does the same thing on race day, going over every component and adjusting
the balance during practice. &#8220;The most important part of pre race is making
Garrett comfortable about driving the racecar&#8221;. Butch works before the
race to make sure Garrett&#8217;s car is running stable and balanced and that the
car will stay with Garrett the whole race using a combination of weights, springs,
shocks and front end alignment. Butch also said, &#8220;My mind is always going,
even when standing around, I&#8217;m thinking of pointers and coaching Garrett about
what will or may happen&#8221;.</p>
<p>During the race he listens in to what Garrett is saying about the cars&#8217; handling.
&#8220;Like if the car changes during the race and Garrett can&#8217;t pit, I
will suggest changes for this race and note changes for the next race. We are always
looking forward to the next race aiming for better and better racing&#8221;.</p>
<p>&#8220;I&#8217;ve worked with rookies and veteran drivers and Garrett is showing
the skill of a 4 to 5 year veteran. Garrett is aggressive when he needs to be aggressive
and smart when he needs to be smart&#8221;.</p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

62
guestbook.html

@ -0,0 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Skeleton</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<p class="notice">The content for this page is not yet available</p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

BIN
images/advert.gif

After

Width: 150  |  Height: 75  |  Size: 8.3 KiB

BIN
images/checkers.jpg

After

Width: 184  |  Height: 640  |  Size: 16 KiB

BIN
images/contact.jpg

After

Width: 570  |  Height: 357  |  Size: 52 KiB

BIN
images/contacts.gif

After

Width: 160  |  Height: 30  |  Size: 2.0 KiB

BIN
images/contacts2.gif

After

Width: 160  |  Height: 30  |  Size: 1.7 KiB

BIN
images/crewchief.big.jpg

After

Width: 563  |  Height: 524  |  Size: 73 KiB

BIN
images/crewchief.gif

After

Width: 160  |  Height: 30  |  Size: 2.1 KiB

BIN
images/crewchief.jpg

After

Width: 240  |  Height: 223  |  Size: 23 KiB

BIN
images/crewchief2.gif

After

Width: 160  |  Height: 30  |  Size: 1.9 KiB

BIN
images/fslogosmall.jpg

After

Width: 236  |  Height: 86  |  Size: 23 KiB

BIN
images/greydot.gif

After

Width: 1  |  Height: 1  |  Size: 35 B

BIN
images/guestbook.gif

After

Width: 160  |  Height: 30  |  Size: 2.1 KiB

BIN
images/guestbook2.gif

After

Width: 160  |  Height: 30  |  Size: 1.9 KiB

BIN
images/home.big.jpg

After

Width: 901  |  Height: 442  |  Size: 143 KiB

BIN
images/home.gif

After

Width: 160  |  Height: 30  |  Size: 1.7 KiB

BIN
images/home.jpg

After

Width: 588  |  Height: 288  |  Size: 55 KiB

BIN
images/home2.gif

After

Width: 160  |  Height: 30  |  Size: 1.4 KiB

BIN
images/logo.gif

After

Width: 754  |  Height: 114  |  Size: 20 KiB

BIN
images/midsouthdoor-75.gif

After

Width: 150  |  Height: 75  |  Size: 5.9 KiB

BIN
images/midsouthdoor.gif

After

Width: 200  |  Height: 150  |  Size: 12 KiB

BIN
images/news.gif

After

Width: 160  |  Height: 30  |  Size: 1.7 KiB

BIN
images/news2.gif

After

Width: 160  |  Height: 30  |  Size: 1.4 KiB

BIN
images/photo03.big.jpg

After

Width: 1000  |  Height: 760  |  Size: 295 KiB

BIN
images/photo03.jpg

After

Width: 200  |  Height: 152  |  Size: 20 KiB

BIN
images/photo04.big.jpg

After

Width: 900  |  Height: 811  |  Size: 224 KiB

BIN
images/photo04.jpg

After

Width: 157  |  Height: 200  |  Size: 14 KiB

BIN
images/profile.big.jpg

After

Width: 638  |  Height: 578  |  Size: 68 KiB

BIN
images/profile.gif

After

Width: 160  |  Height: 30  |  Size: 2.3 KiB

BIN
images/profile.jpg

After

Width: 240  |  Height: 217  |  Size: 24 KiB

BIN
images/profile2.gif

After

Width: 160  |  Height: 30  |  Size: 2.0 KiB

BIN
images/schedule.gif

After

Width: 160  |  Height: 30  |  Size: 2.4 KiB

BIN
images/schedule2.gif

After

Width: 160  |  Height: 30  |  Size: 2.2 KiB

BIN
images/seedsinc-75.gif

After

Width: 150  |  Height: 75  |  Size: 10 KiB

BIN
images/seedsinc.gif

After

Width: 169  |  Height: 200  |  Size: 30 KiB

BIN
images/sponsors.gif

After

Width: 160  |  Height: 30  |  Size: 2.0 KiB

BIN
images/sponsors2.gif

After

Width: 160  |  Height: 30  |  Size: 1.8 KiB

BIN
images/sponsorship.jpg

After

Width: 240  |  Height: 252  |  Size: 44 KiB

115
index.html

@ -0,0 +1,115 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="centerphoto">
<a href="javascript:viewPhoto('view.php?photo=images/home.big.jpg', 901, 442);"
><img src="images/home.jpg" class="" title="click for a larger view"></a
><p>Olive Branch&#8217;s Garrett Gray in front of his Dodge Late Model Stock Car.</p
></div>
<dl class="headlines">
<dt>Sep 27: Garrett’s first Win at Nashville Fairgrounds Speedway!!</dt>
<dd>Garrett started in first position on the pole when the race started and was over
taken by the outside car. Garrett raced hard and took back the lead on the straightaway
and maintains the lead on the 1st lap for the rest of the race. The race for second was
a battle and Garrett took off leading the entire race. Garrett was in the winner circle
after 50 laps accepting the 1st place trophy from a pretty girl and receiving
congratulations all around.</dd>
<dt>Sep 20: Garrett Leads most Laps!!</dt>
<dd>Garrett started the race on the outside in 2nd position and took the lead on the first
lap. The #24 car was running smooth as silk around the track as Garrett held the lead
for most laps. On lap 27 in turn 3 Garrett had trouble with a lap car while racing to
maintain his lead and spun in turn 4. He was lucky and didn’t hit the wall but needed to
pit for a tire change. His pit crew performed flawlessly and had Garrett out on the lead
lap. Garrett ended up 8th on the lead lap. Garrett raced hard to maintain the lead for
27 laps and then raced even harder to stay on the lead lap. This was an exciting race
to watch.</dd>
</dl>
<p>Welcome to the website of Garrett Gray. Garrett is a Late Model Stock Car
racer from Olive Branch, Mississippi. He graduated with the Harding Academy of Memphis
class of 2003, and will enroll in Northwest Mississippi Jr. College for fall 2003 classes.
Garrett&#8217;s High School and Racing experience has lead him to stay focused on what is
important for his future and he plans to fill his future with the great
racing experiences with the aid of a college degree.</p>
<p>In an interview with Malcolm West of Comcast Fairgrounds Racing Review
that aired 4-31-03 Garrett said &#8220;I started in Olive Branch Mississippi
by driving Go-Karts in Holly Springs, Iuka and some Tulsa Championships.
Then I started running at Highland Rim in the Late Models and I hope to
make a run with Jeff Gordon and Dale Earnhardt Jr. one day in the Winston
Cup. This is a good place to start out at Nashville&#8217;s Fairgrounds
Speedway and I think this will make me better&#8221;. Below is a summary of
Garrett's racing career:</p>
<ul class="boxed">
<li>2001 - Mike Loescher&#8217;s <a href="http://www.finishlineracing.com/" target="_blank">Finish
Line Racing School</a> in Atlanta Georgia.</li>
<li>2002 - Mike Loescher&#8217;s <a href="http://www.finishlineracing.com/" target="_blank">Finish
Line Racing School</a> in New Smyrna Beach Florida.</li>
<li>2002 - Late Model racing at Highland Rim Racetrack, Ridgetop TN. (ranked 8th
with 5 top 10 finishes).</li>
<li>2003 - Late Model racing at Nashville&#8217;s Fairgrounds Speedway (ranked
11th with 6 top 10 finishes).</li>
</ul>
<p>Olive Branch Mississippi&#8217;s own is eager, friendly and smart. He has
proven his ability as a Go-Kart winner and is rising to be a great racecar
driver. Nothing can curb Garrett&#8217;s quest to success!</p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

209
news.html

@ -0,0 +1,209 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - News</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<dl class="news">
<dt>Sep 27: Garrett’s first Win at Nashville Fairgrounds Speedway!!</dt>
<dd>Garrett started in first position on the pole when the race started and was over
taken by the outside car. Garrett raced hard and took back the lead on the straightaway
and maintains the lead on the 1st lap for the rest of the race. The race for second was
a battle and Garrett took off leading the entire race. Garrett was in the winner circle
after 50 laps accepting the 1st place trophy from a pretty girl and receiving
congratulations all around.</dd>
<dt>Sep 20: Garrett Leads most Laps!!</dt>
<dd>Garrett started the race on the outside in 2nd position and took the lead on the first
lap. The #24 car was running smooth as silk around the track as Garrett held the lead
for most laps. On lap 27 in turn 3 Garrett had trouble with a lap car while racing to
maintain his lead and spun in turn 4. He was lucky and didn’t hit the wall but needed to
pit for a tire change. His pit crew performed flawlessly and had Garrett out on the lead
lap. Garrett ended up 8th on the lead lap. Garrett raced hard to maintain the lead for
27 laps and then raced even harder to stay on the lead lap. This was an exciting race
to watch.</dd>
<dt>Aug 31: Garrett finishes 4th! Again!!</dt>
<dd>Fairgrounds Speedway Saturday August 30th was rained out and rescheduled for Sunday
August 31st. Garrett qualified for 7th with a time of 19.785 and ended the race 4th.
Garrett races again September 20th Double Points Night at the Fairgrounds. He is ready
for a win!</dd>
<dt>Aug 16: Garrett finishes 4th!</dt>
<dd>Garrett was back at the Fairgrounds Speedway in Nashville Saturday August 16th.
Garrett qualified for 7th and ended 4th. Garrett is back on track and ready to win
his 1st race at Nashville Fairgrounds Speedway.</dd>
<dt>Aug 14: Garrett became Thunder at Highland Rim!!</dt>
<dd>Garrett raced Saturday August 9th at Highland Rim Speedway in the 100-lap
feature before a packed Grandstand. Garrett was running the Highland Rim #24 Car
and qualified 16th out of 21 cars on the &frac14; mile asphalt track.<br>
On or about the 31 lap there was a big pile up on turn 1 that had the track blocked
before Garrett could stop. Garrett had no place to go while he maneuvered His
car through the thunder of crashing cars ahead and managed to hit into another
racecar with only his rear right panel. The damage was mostly cosmetic but just
enough to put him out of the race. <br>
Garrett will be back at the Nashville Fairgrounds Speedway this Saturday August
16th. Grandstands Gates open at 4:30 and the Invocation and National Anthem at
6:30<br>
Call Lee Seidl 901-753-7885 or lee@garrettgrayracing.com<br>
www.fairgroundsspeedway.net</dd>
<dt>Aug 7: Garrett will race at Highland Rim!!</dt>
<dd>Garrett will race this Saturday August 9th at Highland Rim Speedway in the
100 lap feature. www.highlandrim.com <br>
This is so cool. ABC&#8217;s Prime Time show will be at the track filming a story
on &#8220;Short Track Saturday Night&#8221;.<br>
If you need more information email lee@garrettgrayracing.com .</dd>
<dt>Jul 28: Screaming Excitement as Garrett runs #1 for 31 Laps!!</dt>
<dd>Races restarted after 2-week break at the Nashville Fairgrounds Speedway as
Garrett qualified Saturday night with a time of 19.662. The #24 cars&#8217; new
engine was running beautifully and Garrett was sitting pretty in second position
when the green flag fell, by the end of the 1st lap the cautions were out and
so was the car in first position. <br>
Garrett was the leader at the restart with Trotter&#8217;s #35 car and veteran
Miller&#8217;s #38 car chasing a few seconds behind. Each lap saw Garrett the
leader, racing ahead of the other cars by 3 and 4 seconds as his fans, friends
and family were screaming &#8220;Go Garrett Go&#8221; above the roaring engines.<br>
For 31 laps Garrett stayed the leader until he tapped the wall coming out of turn
2 on lap 32 and lost control. Unfortunately, the #24 car spun speeding back into
the wall crushing the front right quarter panel and the rear track bar suspension
was knocked out from under it. Dreadfully, just before turn 3, the best race of
Garrett&#8217;s career was over. The car stopped and leaked fluids without movement.
<br>
Thankfully Garrett was uninjured. <br>
Crew Chief Butch Springfield reports from the shop that the #24 car needed parts
from Nashville and lots of work on the frame, but will be ready for Saturday night&#8217;s
race at the Nashville Fairgrounds Speedway.</dd>
<dt>Jul 8: Pits were a plenty, but cautions and hard racing won a 20th place
finish!</dt>
<dd>Garrett raced Thursday July 3rd with the largest field of cars and the most
laps of any race in his career, qualifying 24th out of 37 cars and with a fast
lap of 20.209 and a speed of 108.86 mph. All this was after the officials instructed
Garrett and Crew Chief Butch to add an extra 100 pounds to the car to equal the
UARA-STARS cars this race.<br>
The car&#8217;s #24 was already taken in registration by another driver so Garrett
chose the #2 as his for this race. Not only was Garrett&#8217;s Blue Dodge #2
for the race, but also had a new logo! Seed&#8217;s Inc. is now riding on the
rear quarter panels. Seed&#8217;s Inc. is sponsoring Garrett Gray Racing through
the end of the season and we all couldn&#8217;t be happier for the support Seed&#8217;s
Inc. and President Bob Young is providing.<br>
Garrett&#8217;s pit crew struggled to correct the relentless pushing his car had
throughout the race. The #2 car had to pit several times Thursday night to make
adjustments including a crimped hood from a restart mishap, a flat right rear
tire change and tightening until it raced as it should. <br>
The last 10 laps saw Garrett strengthening progressively to 16th position until
he let off the last lap and ended up 20th. Garrett reports motor trouble and they
will need a new motor before the next race.<br>
Garrett&#8217;s career could not boldly progress each week without the efforts
of his family and friends that eagerly volunteer to assist on the track. He wishes
to sincerely thank each person for the individual help they provide:<br>
<br>
Garrett&#8217;s support in the pit crew: <br>
Butch Springfield<br>
Chris Douglas<br>
Bill Douglas<br>
Trice Brachear<br>
Mike Wilkerson<br>
Mike Davis<br>
Rusty Houck<br>
Jonny Seidl<br>
Paden Gray<br>
<br>
Garrett&#8217;s support in the stand&#8217;s:<br>
Charlie Gray - spotting<br>
Dana Gray - filming<br>
Jimmie Houck - score keeper<br>
</dd>
<dt>Jun 28: Great Racing for a 4th Place Finish!...</dt>
<dd>Garrett started the race 5th inside pole after a short problem with the officials
in qualifying. The officials ruled him too low after qualifying with the 3rd fastest
Late Model on the track Saturday night. Butch made the proper adjustments and
Garrett was ready.<br>
Garrett was in great position at the start of the race and after dropping back
to 7th he was able to give the fans what they all came to see him do. Garrett
raced with swift assault to 5th and passed the # 95 car for 4th on lap 47. <br>
Garrett didn&#8217;t even know it was the last lap as he made a forceful advance
on 3rd and ran out of track with the checkered flag.<br>
Garrett is ready for his big race July 3rd at Nashville Fairgrounds Speedway where
the United Auto Racing Association and Southern Touring Asphalt Racing Series
will participate in the 150 lap race. The starting infield will be limited to
36 qualifying times. Garrett will practice July 2nd and qualify July 3rd.<br>
We all will be there for a great time and a great race for Garrett. Call Lee 901-753-7885
if you have any questions and UARA-STARS event information can be found www.uara-stars.com</dd>
<dt>Jun 22: WLAC radio interviewed Garrett live Sunday night...</dt>
<dd>On the Air Live! Garrett was interviewed by Middle TN Racing Review News magazine
and WLAC Middle TN Racing radio sports show host Terrell Davis live Sunday night.
Terrell Davis said Garrett impressed him 2 weeks ago when he held Benny Hamlet
back for 11 laps holding on to 5th. Terrell also said that Garrett is doing a
good job driving the 5/8 mile and can &#8220;run with any of them&#8221;.</dd>
<dt>Jun 21: Turn 4 trouble for Garrett...</dt>
<dd>The race Saturday roared with excitement. Garrett Gray&#8217;s Racing Team
left Olive Branch Mississippi at 6:45am and arrived at the Nashville Fairgrounds
Speedway at 10:30am and had 2 practice sessions before qualifying with a 19.853
that put him in 11th position for the race. The #24 car ran the race loose at
first Garrett said the car tightened up during the race and was running great.
The race stopped as the track was cleared of a crash that cruelly ended the night
and possibly the season for 3 of Garrett&#8217;s opponents. Thankfully there were
no serious injuries. Garrett was on the other side of the track when it happened
but Chris Douglas narrowly missed being involved.<br>
Garrett was in 7th until a car dropped out with mechanical problems and that put
Garrett in 6th. He passed the #35 car after following for several laps putting
Garrett in 5th and that&#8217;s where he wanted to run. Garrett had run his #24
car from 11th to 5th. He was in 5th until he hit some oil and slid into the wall
just out of turn #4, and just before the grand stands. Hitting the wall pancaked
the right side and when he started going again he had the right front and rear
tires going down. The pit changed the right front but he realized that driving
the car was causing more damage because the toe out was bad. Garrett could not
finish and brought the car in for the night.</dd>
</dl>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

109
profile.html

@ -0,0 +1,109 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="leftphoto"><a href="javascript:viewPhoto('view.php?photo=images/profile.big.jpg', 638, 578);"
><img src="images/profile.jpg" class="profile" title="click for a larger view"></a
><p>Garrett hopes to one day compete with the best at the Winston Cup level.</p>
</div>
<p>Garrett Gray graduated with the Harding Academy of Memphis class of 2003
and will enroll in Northwest Mississippi Jr. College classes this fall.
Garrett&#8217;s High School and Racing experience has lead him to stay
focused on what is important for his future and he plans to fill his future
with the great racing experiences with the aid of a college degree.</p>
<p>In an interview with Malcolm West of Comcast Fairgrounds Racing Review that aired
4-31-03 Garrett said &#8220;I started in Olive Branch Mississippi by driving
Go-Karts in Holly Springs, Iuka and some Tulsa Championships. Then I started running
at Highland Rim in the Late Models and I hope to make a run with Jeff Gordon and
Dale Earnhardt Jr. one day in the Winston Cup. This is a good place to start out
at Nashville&#8217;s Fairgrounds Speedway and I think this will make me better&#8221;.</p>
<p>Olive Branch&#8217;s own began his winning career Go-Kart racing at the age of 14.</p>
<ul class="boxed">
<li>1998 I-55 Raceway in Oakland Mississippi Season&#8217;s Points Champion
in Light, Medium and Heavy.</li>
<li>2001 Atoka&#8217;s Raceway was presented with the first annual Kirk
Harris Achievement and Sportsmanship Award and the Hard Charger Award
and won the Season&#8217;s Points Championship for Medium and Modified.
Second place Points Champion for Light and Heavy.</li>
<li> 2001 The Dixie Raceway in Holly Springs Season&#8217;s Points Champion
for Light and Medium.</li>
<li>2002 The Dixie he was Season&#8217;s Points Champion in Medium.</li>
</ul>
<p>He has a total of 153 career wins in Go-Kart racing that have lead him
to these racetracks over North and Middle Mississippi:</p>
<ul class="boxed">
<li>Silver Eagle Racing in Independence</li>
<li>Cates Race Track in Mantachie</li>
<li>Clarksdale</li>
<li>Tunica&#8217;s Thanksgiving Nationals</li>
</ul>
<p>Other Go-Kart race tracks include:</p>
<ul class="boxed">
<li> Sikeston Missouri</li>
<li> Tulsa Oklahoma</li>
<li>Indianapolis Indiana</li>
<li>Winchester Tennessee</li>
</ul>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div> <!-- footer -->
</div> <!-- layout -->
</body>
</html>

66
schedule.html

@ -0,0 +1,66 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Schedule</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="centered">
<a target="_blank" href="http://www.fairgroundsspeedway.net/fsn_sched.asp"><img src="images/fslogosmall.jpg" width="236" height="86" border="0" hspace="0" vspace="0" align="center"></a>
<p class="notice">Garrett currently races exclusively at the Fairgrounds Speedway in Nashville. <br />Click
<a target="_blank" href="http://www.fairgroundsspeedway.net/fsn_sched.asp">here</a> for a link to their schedule.
</div>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

54
scripts/buttons.js

@ -0,0 +1,54 @@
// menu button functions
if (document.images) {
homeon = new Image();
homeon.src = "images/home2.gif";
homeoff = new Image();
homeoff.src = "images/home.gif";
profileon = new Image();
profileon.src = "images/profile2.gif";
profileoff = new Image();
profileoff.src = "images/profile.gif";
crewchiefon = new Image();
crewchiefon.src = "images/crewchief2.gif";
crewchiefoff = new Image();
crewchiefoff.src = "images/crewchief.gif";
scheduleon = new Image();
scheduleon.src = "images/schedule2.gif";
scheduleoff = new Image();
scheduleoff.src = "images/schedule.gif";
newson = new Image();
newson.src = "images/news2.gif";
newsoff = new Image();
newsoff.src = "images/news.gif";
sponsorson = new Image();
sponsorson.src = "images/sponsors2.gif";
sponsorsoff = new Image();
sponsorsoff.src = "images/sponsors.gif";
contactson = new Image();
contactson.src = "images/contacts2.gif";
contactsoff = new Image();
contactsoff.src = "images/contacts.gif";
guestbookon = new Image();
guestbookon.src = "images/guestbook2.gif";
guestbookoff = new Image();
guestbookoff.src = "images/guestbook.gif";
}
function mouseOver(imageName) {
if (document.images) {
document[imageName].src = eval(imageName + "on.src");
}
}
function mouseOut(imageName) {
if (document.images) {
document[imageName].src = eval(imageName + "off.src");
}
}

7
scripts/window.js

@ -0,0 +1,7 @@
// this is the image viewer function
function viewPhoto(url, width, height) {
var windowOptions = ',directories=no,location=no,menubar=no,status=no,toolbar=no,alwaysRaised=yes';
var windowSize = 'width='+width+',height='+height+',innerWidth='+width+',innerHeight='+height;
var windowParameters = windowSize + windowOptions;
var temp = window.open(url,'windoid',windowParameters);
}

62
skel.html

@ -0,0 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Skeleton</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<p class="notice">The content for this page is not yet available</p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

104
sponsors.html

@ -0,0 +1,104 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Garrett Gray Racing - Sponsors</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi">
<script language="JavaScript" src="scripts/window.js"></script>
<script language="JavaScript" src="scripts/buttons.js"></script>
<link href="styles/core.css" rel="stylesheet" type="text/css">
<link href="styles/ggr.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')"
><img name="home" src="images/home.gif" class="button" alt=""></a><br /
><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')"
><img name="profile" src="images/profile.gif" class="button" alt=""></a><br /
><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')"
><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br /
><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')"
><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br /
><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')"
><img name="news" src="images/news.gif" class="button" alt=""></a><br /
><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')"
><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br /
><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')"
><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br /
><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')"
><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors">
<a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br />
<a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br />
</div>
</div> <!-- panel -->
<div id="content">
<div class="fullbox">
<div class="left"><img src="images/midsouthdoor.gif" width="200" height="150"/></div>
<h3>Mid-South Door</h3>
<p>Located in Olive Branch, Mid-South Door can meet all your needs for garage doors
and openers. Come by and see them at 9075 Yahweh Road, in Olive Branch Mississippi,
or give them a call at (901) 521-6875 or (662) 893-1191. They may also be reached
via fax at (901) 521-6870. For quality sales, service, and installation of garage
doors and electric operators, either commercial or residential, call Mid-South Door.
</p>
</div>
<div class="fullbox">
<div class="right"><img src="images/seedsinc.gif" width="169" height="200"/></div>
<h3>Seeds, Inc.</h3>
<p>Seeds, Inc. is a Memphis based company that provides high quality field and garden
seeds to farmers and gardeners alike. You can call and talk to their staff at (901)
775-2345 in Memphis, or (800) 238-6440 if you are not in the Memphis calling area.
Call Seeds, Inc. today for all of your field and gardening seed needs.
</p>
<br /><br />
<br clear=both />
</div>
<div class="left photo"><a href="javascript:viewPhoto('view.php?photo=images/photo03.big.jpg', 1000, 760);"
><img src="images/photo03.jpg" width="200" height="152"></a></div>
<p>The current sponsors of the race team have successfully seen Garrett and his #24 car
through the 2002 season at The Highland Rim Raceway in Ridgetop TN, and the 2003 season
as he advances his career by racing at Nashville's Fairground Speedway. These racetracks
are famous for producing NASCAR drivers and we know in the future they will add
<a href="mailto:garrett@garrettgrayracing.com">Garrett Gray</a> to their list of record holders,
points champion, rookie of the year, and ultimately a member of a famous NASCAR team.
</p>
<div class="right photo legroom"><a href="javascript:viewPhoto('view.php?photo=images/photo04.big.jpg', 900, 811);"
><img src="images/photo04.jpg" width="157" height="200"></a></div>
<p>However, the costs of maintaining a Late Model Stock Car team are high. Therefore,
Garrett must add to his list of sponsors. This is your opportunity to &#8220;join
the team&#8221; of an up-and-coming driver in the exciting world of Stock Car racing.
For information on how you can see your company name on his car, T-shirts, promotion
materials, and this website, please contact our sponsorship department via
<a href="mailto:lee@garrettgrayracing.com">Lee@GarrettGrayRacing.com</a>
or call us at 901-753-7885
</p>
</div> <!-- content -->
<div id="footer">
<div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div>
<p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br />
Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye
Computing Services</a>.<br />
Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br />
</p>
</div>
</div> <!-- layout -->
</body>
</html>

264
styles/core.css

@ -0,0 +1,264 @@
/*
Type Selectors
*/
body, td {
font-family: georgia, times, serif;
font-size: 16px;
margin: 0em;
padding: 0em;
}
body {
padding: 0.25em;
background-color: #fff;
text-align: center; /* IE5 <div> centering hack part 1 */
}
abbr, .help {
font-style: normal;
padding-bottom: 1px;
border-bottom: 1px dotted #999;
cursor: help;
}
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin: 0em;
padding: 0.25em 0em;
}
h1 {
font-size: 1.3125em;
}
h2 {
font-size: 1.25em;
}
h3 {
font-size: 1.0625em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.75em;
}
h6 {
font-size: 0.6875em;
}
p {
text-align: justify;
line-height: 1.3125em;
margin: 0em 0.375em 0.25em 0.125em;
padding: 0em;
}
p + p,
p + div.photoleft + p,
p + div.photoright + p {
text-indent: 0.5em;
}
p.notice {
font-size: 0.8125em;
font-style: italic;
text-align: center;
padding: 3em 0em;
}
dl {
text-align: justify;
line-height: normal;
font-size: 0.8125em;
margin: 0em;
padding: 0em;
width: 99%;
}
dt {
font-weight: bold;
margin-left: 0.25em;
}
dd {
margin: 0.25em 1.5em;
padding: 0em;
}
dl.news dd {
margin: 0.25em 0em 0.25em 2em;
padding: 0.25em;
}
dl.headlines dd {
padding: 0.5em;
font-style: italic;
margin: 0.5em 1.5em;
}
/*
Layout ID Selectors
*/
#layout {
position: relative;
margin: 0em auto;
padding: 0.25em;
background-color: #fff;
text-align: left; /* IE5 <div> centering hack part 2 */
width: 47.5em; /* erroneous value to satisfy IE5/Win */
voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */
voice-family: inherit; /* http://www.tantek.com/ */
width: 47em; /* correct for compliant browsers wo/css2 */
}
body>#layout {
width: 47em; /* correct for compliant browsers w/css2 */
}
#siteheader {
margin: 0em;
padding: 0em;
}
#panel {
float: left;
margin: 0.25em 0em;
padding: 0em;
width: 10.25em;
}
#content {
float: right;
margin: 0.25em 0em;
padding: 0em;
width: 36.75em;
}
#footer {
clear: both;
margin: 0.5em 0em;
padding: 0em;
}
#footer p {
font-size: 0.6875em;
font-style: italic;
text-align: center;
margin: 0em 0em;
padding: 0.125em 0em;
}
/*
Class Selectors
*/
div.photo p,
div.leftphoto p,
div.rightphoto p,
div.centerphoto p {
font-size: 0.75em;
font-style: italic;
text-align: center;
margin: 0em 5%;
padding: 0em;
}
div.weathermagnet {
width: 16.875em;
height: 10.9375em;
}
img.thumb {
width: 15em;
height: 11em;
}
div.centerphoto {
margin-bottom: 0.5em;
}
div.row div.photo {
margin-bottom: 0.5em;
width: 12em;
}
div.row div.left {
clear: both;
}
div.row img.thumb {
width: 12em;
height: 9em;
}
.boiler {
clear: both;
color: #666;
font-size: 0.5625em;
text-align: center;
margin: 0em;
padding: 0em;
}
.boxed {
border: solid 1px #999;
margin: 0.25em 1em;
}
.fullbox {
border: solid 1px #999;
margin: 0em 0em 0.5em 0em;
}
.titlebox {
border: solid 1px #999;
background: inherit;
margin-bottom: 0.5em;
}
.centered {
text-align: center;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.headroom {
margin-top: 0.75em;
}
.legroom {
margin-bottom: 0.75em;
}
.middle {
float: left;
margin: 0em;
padding: 0em;
}
.left {
float: left;
padding: 0em;
margin-right: 0.375em;
}
.right {
float: right;
padding: 0em;
margin-left: 0.375em;
}
div.leftphoto {
float: left;
padding: 0em;
margin-right: 0.375em;
width: 15em;
}
div.rightphoto {
float: right;
padding: 0em;
margin-left: 0.375em;
width: 15em;
}

116
styles/ggr.css

@ -0,0 +1,116 @@
/*
Type Selectors
*/
body {
background-color: #06c;
}
a:link, a:visited {
color: #06c;
}
a:hover {
color: #f33;
}
dl.headlines dd {
color: #06c;
border: solid 1px #ccc;
}
dl.news dd {
margin-top: 0em;
border: solid 1px #ccc;
}
ul {
line-height: normal;
font-size: 0.8125em;
margin: 0.5em 0.375em;
padding: 0.5em 0em;
}
li {
margin: 0.25em 1em;
padding: 0em;
list-style: square inside;
}
/*
Layout ID Selectors
*/
#layout {
background-color: #fff;
}
#content {
}
div.leftphoto {
width: 15em;
float: left;
padding: 0em;
margin-right: 0.375em;
}
div.rightphoto {
width: 15em;
float: right;
padding: 0em;
margin-right: 0em;
margin-left: 0.375em;
}
div.centerphoto {
text-align: center;
width: 36.75em;
}
#footer {
color: #06c;
}
/*
Class Selectors
*/
.center {
text-align: center;
}
img.logo {
width: 47em;
height: 7.125em;
}
img.button {
width: 10em;
height: 1.875em;
}
img.sponsor {
width: 9.375em;
height: 4.6875em;
margin: 1.75em 0em 0em 0.3125em;
}
img.showcase {
width: 100%;
height: 17.5em;
}
img.contact {
width: 35.625em;
height: 22.375em;
}
img.profile {
width: 15em;
height: 13.5625em;
}
img.crewchief {
width: 15em;
height: 13.9375em;
}
img.thumb {
width: 15em;
height: 11em;
}
div.sponsors {
margin: 1em 0em;
}

121
styles/ggr.old.css

@ -0,0 +1,121 @@
/*
Type Selectors
*/
body {
background-color: #06c;
}
a:link, a:visited {
color: #06c;
}
a:hover {
color: #f33;
}
dl.headlines dd {
color: #06c;
border: solid 1px #ccc;
}
dl.news dd {
margin-top: 0em;
border: solid 1px #ccc;
}
ul {
line-height: normal;
font-size: 0.8125em;
margin: 0.5em 0.375em;
padding: 0.5em 0em;
}
li {
margin: 0.25em 1em;
padding: 0em;
list-style: square inside;
}
/*
Layout ID Selectors
*/
#layout {
background-color: #fff;
}
#content {
width: 35.375em;
voice-family: "\"}\"";
voice-family: inherit;
width: 35.625em;
}
body>#content {
width: 35.625em;
}
#panel {
width: 11.125em;
}
#footer {
color: #06c;
}
/*
Class Selectors
*/
img.logo {
width: 47em;
height: 7.125em;
}
img.button {
width: 11.125em;
height: 1.875em;
}
img.sponsor {
width: 9.375em;
height: 4.6875em;
margin: 1.75em 0em 0em 0.875em;
}
img.showcase {
width: 35.625em;
height: 17.5em;
}
img.contact {
width: 35.625em;
height: 22.375em;
}
img.profile {
width: 15em;
height: 13.5625em;
}
img.crewchief {
width: 12.5em;
height: 11.625em;
}
img.thumb {
width: 15em;
height: 11em;
}
div.sponsors {
margin: 1em 0em;
}
div.row {
background-color: #3fc;
padding-bottom: 0.5em;
}
div.row div.photo {
width: 12em;
}
#content td {
font-size: 0.6875em;
font-style: italic;
vertical-align: top;
}
#content td img.thumb {
width: 12em;
height: 9em;
}

19
view.php

@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Zoomed View (Click to close)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body { margin: 0px; padding: 0px; }
</style>
</head>
<body onClick="javascript:window.close()">
<?php
$photo = $_GET['photo'];
$size = getimagesize("$photo");
echo "<img src=\"$photo\" $size[3] border=\"0\" alt=\"Zoomed Picture\" title=\"Click to close\">";
?>
</body>
</html>