 |
Strip
Home
Historic Trails
Mountain Biking
Nature Trails
|
|
Temple
Trail
|
An
historic wagon road of the 1870's linking the sawmills of the
Mt. Trumbull area to St. George, Utah. Much of the rough - milled
lumber cut from the Uinkaret Mountains was hauled to St. George
for the building of the Mormon Temple. Much of the trail is
still visible, some of it traversable with automobiles, most
of it passable only with 4 - wheel drive vehicles, horses, or
hiking. Some sections are located on private land. The trail
is sporadically marked on public lands from the Mt. Trumbull
area to just southeast of St. George, Utah. |
|
|

<%@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%>
|