<!--
var dt = new Date();
var sec = dt.getSeconds();
if (sec==0||sec==1) 
{imgName="gaggle";
imgText = "Flying With Others During A Competition";
imgColor = "";
imgFont = "It was getting crowded";}
if (sec==2||sec==3) 
{imgName="twin_gliders";
imgText = "Look Twins!";
imgColor = "";
imgFont = "They sure look alike";}
if (sec==4||sec==5) 
{imgName="tip_touch";
imgText = "Two Sky Gliders Touching Wing Tips";
imgColor = "";
imgFont = "Too close for comfort anyone?";}
if (sec==6||sec==7)
{imgName="motor";
imgText = "Fixing The Motor For Take-Off";
imgColor = "";
imgFont = "Damn thing never works!";}
if (sec==8||sec==9)
{imgName="hook";
imgText = "Starting The Swoop";
imgColor = "";
imgFont = "Here we go!";}
if (sec==10||sec==11)
{imgName="bd3way";
imgText = "Three Different Types of B.A.S.E. Exits";
imgColor = "Picture by Craig Jones";
imgFont = "There were some great exits";}
if (sec==12||sec==13) 
{imgName="overhead";
imgText = "Flying Overhead";
imgColor = "";
imgFont = "I think this guy needs a more manly colored wing";}
if (sec==14||sec==15)
{imgName="hanging";
imgText = "Just About To Touch Down";
imgColor = "Picture by Anne Pisar";
imgFont = "It was work trying to get down that day";}
if (sec==16||sec==17)
{imgName="flyby";
imgText = "I Almost Got Knocked Over Here";
imgColor = "";
imgFont = "I think they&lsquo;re trying to hit me";}
if (sec==18||sec==19)
{imgName="lz";
imgText = "The LZ At Marshall";
imgColor = "";
imgFont = "A nice grassy landing area";}
if (sec==20||sec==21)
{imgName="gliders";
imgText = "Thermaling Up In Owens Valley";
imgColor = "";
imgFont = "Good thermals despite the clouds";}
if (sec==22||sec==23)
{imgName="close";
imgText = "Using The Rear Risers";
imgColor = "";
imgFont = "Swooping at amazing speeds";}
if (sec==24||sec==25)
{imgName="jump";
imgText = "My B.A.S.E. Jump At Bridge Day 2002";
imgColor = "Picture by Craig Jones";
imgFont = "What a great jump it was";}
if (sec==26||sec==27)
{imgName="spirals";
imgText = "Pulling Some High G-Force Spirals Here";
imgColor = "";
imgFont = "I almost passed out";}
if (sec==28||sec==29)
{imgName="inflate";
imgText = "Inflating For Launch";
imgColor = "Picture by Anne Pisar";
imgFont = "Kiting is an essential skill";}
if (sec==30||sec==31)
{imgName="hike";
imgText = "The Manly Way To Get To Launch";
imgColor = "Picture by Anne Pisar";
imgFont = "This guy is crazy, it&lsquo;s a LONG hike up";}
if (sec==32||sec==33)
{imgName="waiting";
imgText = "Waiting For The Right Conditions";
imgColor = "Picture by Anne Pisar";
imgFont = "The great sport of parawaiting";}
if (sec==34||sec==35)
{imgName="bridge";
imgText = "West Virginia's New River Gorge Bridge<BR>The Site Of Bridge Day";
imgColor = "";
imgFont = "It&lsquo;s 876 feet high";}
if (sec==36||sec==37)
{imgName="flare";
imgText = "Pulling Deep On The Brakes To Flare";
imgColor = "";
imgFont = "Using as much flaring power as possible";}
if (sec==38||sec==39)
{imgName="thermaling";
imgText = "Just Hanging Out In The Air";
imgColor = "";
imgFont = "Thermaling with others";}
if (sec==40||sec==41)
{imgName="collapse";
imgText = "A Collapse While Spiraling";
imgColor = "";
imgFont = "I pulled too hard on the brakes";}
if (sec==42||sec==43)
{imgName="sun";
imgText = "Off Into The Sunset";
imgColor = "Picture by Anne Pisar";
imgFont = "The last tow of the day";}
if (sec==44||sec==45)
{imgName="launch";
imgText = "A Well Executed Launch";
imgColor = "";
imgFont = "Talking about buzzing my head";}
if (sec==46||sec==47)
{imgName="throw";
imgText = "Pitching The Pilot Chute";
imgColor = "";
imgFont = "They were wondering when I was going to throw!";}
if (sec==48||sec==49)
{imgName="recover";
imgText = "The Recovery Arc";
imgColor = "";
imgFont = "Pulling out of a swoop";}
if (sec==50||sec==51)
{imgName="landing";
imgText = "Coming In For Landing";
imgColor = "";
imgFont = "A nice landing approach";}
if (sec==52||sec==53)
{imgName="windy";
imgText = "Damn Was It Blowing!";
imgColor = "";
imgFont = "Too windy to fly";}
if (sec==54||sec==55)
{imgName="comfy";
imgText = "A Wing Becomes A Nice Bean-Bag";
imgColor = "";
imgFont = "Sure is comfy";}
if (sec==56||sec==57)
{imgName="crowd";
imgText = "The Crowd At Bridge Day";
imgColor = "";
imgFont = "Typically 250,000 show up";}
if (sec==58||sec==59)
{imgName="swoop";
imgText = "Team Members Swooping In";
imgColor = "";
imgFont = "A nice syncronized swoop";}
document.write("<A onMouseOver=");
document.write('"window.status=');
document.write("'See another picture';return true");
document.write('" onMouseOut="window.status=');
document.write("'';return true");
document.write('" onClick="this.blur()"');
document.write(" HREF='index.htm'><IMG SRC=website/slideshow_pictures/"+imgName+"_1.jpg WIDTH='160' HEIGHT='120' BORDER='0' ALT='"+imgFont+"'><IMG SRC=website/slideshow_pictures/"+imgName+"_2.jpg WIDTH='160' HEIGHT='120' BORDER='0' ALT='"+imgFont+"'><BR><IMG SRC=website/slideshow_pictures/"+imgName+"_3.jpg WIDTH='160' HEIGHT='120' BORDER='0' ALT='"+imgFont+"'><IMG SRC=website/slideshow_pictures/"+imgName+"_4.jpg WIDTH='160' HEIGHT='120' BORDER='0' ALT='"+imgFont+"'></A><BR><FONT COLOR=FFFFFF><FONT SIZE=-1 FACE=arial>"+imgText+"</FONT><BR><FONT SIZE=-2 FACE=arial>"+imgColor+"</FONT></FONT>");
-->