 |
Strip
Home
Historic Trails
Mountain Biking
Nature Trails
|
|
Virgin
Gorge Nature Trails - 0.2 miles
|
The
surfaced trail climbs 40 feet to the crest of a desert shrub
- covered hill that commands an impressive view of the heart
of the Virgin River Gorge. Interpretive plaques at the summit
display historic, geologic, and other information of interest.
The trail is accessed via the Cedar Pockets I - 15 interchange.
Enter the Virgin River Canyon Recreation Area.
|
|
|

<%@LANGUAGE="VBSCRIPT" CODEPAGE="CP_ACP"%>
<%
Dim varBanners(5)
Dim varAdNumber
' " "
varBanners(0) = " "
varBanners(1) = " "
varBanners(2) = " "
varBanners(3) = " "
varBanners(4) = " "
Application.Lock()
Application("CRI_ARIZONASTRIP_BANNERGRAPHICS") = Int(Application("CRI_ARIZONASTRIP_BANNERGRAPHICS")) + 1
IF Int(Application("CRI_ARIZONASTRIP_BANNERGRAPHICS")) > UBound(varBanners) THEN
Application("CRI_ARIZONASTRIP_BANNERGRAPHICS") = 0
END IF
varAdNumber = Int(Application("CRI_ARIZONASTRIP_BANNERGRAPHICS"))
Application.UnLock()
%>
<%FOR i = 0 to UBound(varBanners)%>
<%=varBanners(varAdNumber)%>
<%varAdNumber = varAdNumber + 1%>
<%IF varAdNumber > UBound(varBanners) THEN
varAdNumber = 0
END IF%>
<%NEXT%>
|