<!-- 
var how_many_ads = 8; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
if (ad==1) { 
alt="Photo of a group of people riding along a singletrack trail with pine trees and grasses at Butte State Park, Montana Bike Trail"; 
banner="biking.jpg"; 
width="350"; 
height="177"; 
longdesc="The mountain bike trails at Butte State Park, Montana and those on adjecent national forest lands rated as best in the western Great Plains.";
} 
if (ad==2) { 
alt="Photo of a singletrack trail meandering through the woods."; 
banner="capemeares.jpg"; 
width="350"; 
height="177"; 
longdesc="The Oregon Coast Trail, which meanders along the entire coastline of Oregon, offers the opportunity to spot elk, bald eagles, and other forest animals.";
} 
if (ad==3) { 
alt="Photo of a person standing by a fence at the edge of a trail peering out into the surrounding forest."; 
banner="trail.jpg"; 
width="350"; 
height="177";
longdesc="Visitors enjoy a fenced trail near the Cycling the Pass stop on McKenzie Pass - Santiam Pass Scenic Byway, Oregon.";
} 
if (ad==4) { 
alt="Photo of 4 snowmobiles along an approximately 36 inch wide snowy trail surrounded by tall pine trees on both sides of the trail."; 
banner="snomo.jpg"; 
width="350"; 
height="177";
longdesc="Snowmobiles at Eagle River, Wisconsin";
}
if (ad==5) { 
alt="Photo of a mountain biker and a middle-aged couple walking their dog along a trail through rocky terrain with little vegetative growth. Storm clouds loom overhead."; 
banner="slickrock.jpg"; 
width="350"; 
height="177";
longdesc="Hikers and bikers both enjoy the Slickrock Trail in Moab, Utah, despite threatening storm clouds from the north. &copy;2000. A. Crane.";
} 
if (ad==6) { 
alt="Photo of a people on ATV's riding along a trail in Montana in a mountainous region."; 
banner="bullrun.jpg"; 
width="350"; 
height="177";
longdesc="An ATV trail on the Bull Run Guest Ranch near Cascade Montana";
} 
if (ad==7) { 
alt="Photo of a person riding an off-road motorcycle along a section of singletrack with a mountain range in the background."; 
banner="lcnf.jpg"; 
width="350"; 
height="177";
longdesc="Two-wheeling in the Lewis and Clark National Forest near Neihart, Montana";
} 
if (ad==8) { 
alt="Photo of a person in a wheelchair next to on-trail signage based information gathered from the Universal Trail Assessment Process. 2005 Annual RTP Achievement Award winner for Accessibility Enhancement."; 
banner="axelson.jpg"; 
width="350"; 
height="177";
longdesc="Trail Access Information on <a href='http://wwwcf.fhwa.dot.gov/exit.cfm?link=http://www.americantrails.org/awards/CRT05awards/nvaccess.html'>Nevada's Buckeye Bicycle Path</a> in Minden makes it easier for all people to know and understand trail conditions.";
} 
document.write('<img src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\"><br>'); 
document.write('<div class=frametext>' + longdesc + ' '); 
document.write('</div>'); 
// --> 



















