 |
Strip
Home
Historic Trails
Mountain Biking
Nature Trails
|
|
Coyote
Buttes
|
This
colorful sandstone area is covered with small and fragile
rock formations. Your cooperation will ensure that this unique
region will continue to be available for visitor enjoyment.
Before entering Coyote Buttes, you must register at the Kanab
Resource Area Office (801) 644-2672 or at the Paria Ranger
Station (on Highway 89, 40 miles east of Kanab, Utah). It
is your responsibility to become familiar with and abide by
the Visitor Use Regulations for Coyote Buttes. This area is
recommended for experienced hikers only.
|
|
|

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