 |
Strip
Home
Historic Trails
Mountain Biking
Nature Trails
|
|
Dominguez
- Escalante Route
|
Fathers
Francisco Dominguez and Silvestre Escalante, Spanish priests,
may have been the first Europeans to see the Arizona Strip on
their expedition in 1776. On foot, they traveled from Santa
Fe, New Mexico through western Colorado, to Spanish Fork, Utah
and then down through northern Arizona back to Santa Fe. Others
crossed the Strip along the Old Spanish Trail during the 1830's
and 1840's. |
|
|

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