Search for records using last name, first name format (i.e. "Fujimoto, Tadashi")
Abbreviated searches are permissible (i.e. "Fuji")


Enter Name:
About this Index | Search Tips

Send suggestions or comments to:
Eric Walz (walze@byui.edu)
Department of History SMI 312 BYU Idaho
Rexburg, ID 83460-0830
(208) 496-1833

<% Dim ObjCntrJapan Dim nCountJapan, nErrJapan Dim strNameJapan strName1= Application("CounterName") Set ObjCntrJapan= server.createobject("IISSample.PageCounter.Japan") ObjCntrJapan.PageHit ncountJapan=ObjCntrJapan.Hits nErrJapan = Application("IsErr") If (Err <> 0 AND nErrJapan <>0) then Response.Write ("

Error: Could not get the instance of the Counters Object.
Error Code:" + CStr(nErrJapan) ) Else Response.Write ("

There have been " & CStr(nCountJapan) & " visits since 1/26/2001

") End If set objCntrJapan=nothing %>