Street Works is a 501(c)(3) nonprofit corporation
<% dim objRS dim countnum set objRS=Server.CreateObject("ADODB.Recordset") objRS.Open "Select * FROM counterhits where company='streetworks'", _ strConnectDb1,adOpenStatic,adLockOptimistic,adCmdText countnum=objrs("hitcount")+1 objrs("hitcount")=countnum objrs.update objrs.close response.write "" response.write "
You are visitor number: " & countnum & "
" %>

Copyright © 2002, All Rights Reserved
Site by Joegraphic.com
Maintained by Little Giants
Last Modified January 10, 2007