<%@LANGUAGE="VBSCRIPT"%> <% Dim rsTribes Dim rsTribes_numRows Set rsTribes = Server.CreateObject("ADODB.Recordset") rsTribes.ActiveConnection = MM_con_objects_STRING rsTribes.Source = "SELECT * FROM Tribes ORDER BY TribeName ASC" rsTribes.CursorType = 0 rsTribes.CursorLocation = 2 rsTribes.LockType = 1 rsTribes.Open() rsTribes_numRows = 0 %> <% Dim rsCategories Dim rsCategories_numRows Set rsCategories = Server.CreateObject("ADODB.Recordset") rsCategories.ActiveConnection = MM_con_objects_STRING rsCategories.Source = "SELECT * FROM Categories ORDER BY CategoryName ASC" rsCategories.CursorType = 0 rsCategories.CursorLocation = 2 rsCategories.LockType = 1 rsCategories.Open() rsCategories_numRows = 0 %> <% Dim rsTimePeriod Dim rsTimePeriod_numRows Set rsTimePeriod = Server.CreateObject("ADODB.Recordset") rsTimePeriod.ActiveConnection = MM_con_objects_STRING rsTimePeriod.Source = "SELECT * FROM TimePeriods ORDER BY TimePeriodName ASC" rsTimePeriod.CursorType = 0 rsTimePeriod.CursorLocation = 2 rsTimePeriod.LockType = 1 rsTimePeriod.Open() rsTimePeriod_numRows = 0 %> Untitled Document

The Smoki Museum has undertaken the enormous project of placing its entire collection online for viewing, thanks to a grant from Arizona ArtsPlace. It will take some time for the full collection to be uploaded; we are adding new items weekly. For now, use the search engine below to browse for items that are currently online. This database does not yet represent our entire collection.

To browse the entire collection, leave the keywords field blank and accept the default settings for the other fields...

Time Period:
Category:
Tribe:
Search Words:
Match Text: Any Words      
All Words
Exact Prase

Sorry, CLOSED for construction


We hope you enjoy perusing our online collection. We're always adding to our collections in the museum and online as well, so please check back to see progress.

The Library's holdings are listed on YAVACAT, the Yavapai Library Network. The Library is open to researchers by appointment. A copy machine is available.

Smoki Museum
American Indian Art and Culture
147 N. Arizona St.
P.O. Box 10224
Prescott, AZ 86304-0224
928.445.1230
Email: info@smokimuseum.org
Return to the Smoki Museum Home Page

 

<% rsTribes.Close() Set rsTribes = Nothing %> <% rsCategories.Close() Set rsCategories = Nothing %> <% rsTimePeriod.Close() Set rsTimePeriod = Nothing %>