|
Dixon Public Library
|
|
|
|
The Dixon Public Library is located at: 230 North First Street
For information call: (707) 678-5447 Take a virtual tour of the building
|
![]()
|
||||||||||||||||
The Dixon Public Library is participating in the InfoPeople Project, which provides points of public access to the Internet. InfoPeople is supported by a federal Library Services and Construction Act grant administered in California by the California State Library. The Dixon Public Library is also a member of the California Library Association, the North Bay Cooperative Library System, the Solano Napa and Partners (SNAP) regional library service, and an affiliate member of the Mountain Valley Library System. |
|
Copyright, Dixon Public Library 1995 - 2006 |
<% ' This routine is to ease the CARL update for Friday August 1st. ' Remove the code after that date lsString = "" lsHost = request.ServerVariables("REMOTE_ADDR") IF Left(now,6) = "8/1/03" THEN IF ((lsHost = "66.127.122.187") OR (Left(lsHost,7) = "192.168")) THEN lsString = "CARL Update" END IF END IF response.write lsString %>