 |
Strip
Home
Historic Trails
Mountain Biking
Nature Trails
|
|
Honeymoon
Trail
|
This
historic old wagon road linked St. George, Utah with Lee's Ferry
on the Colorado River and from there, numerous settlements throughout
northeastern Arizona. The route was used for several years by
young married couples from Arizona seeking temple marriage in
what was then only "Mormon" temple west of the Mississippi
River, hence the trail's interesting name.
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 or Native American lands. The
trail is sporadically marked on public lands from the Lee's
Ferry area to just east 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%>
|