<% 'default.asp(CFW) Set obj = Server.CreateObject("MSWC.PageCounter") Set DataConn = Server.CreateObject("ADODB.Connection") Set DataCmd = Server.CreateObject("ADODB.Command") Set rs_main = Server.CreateObject("ADODB.Recordset") DataConn.ConnectionString = "DSN=SeattleKarting;User ID=seattle;Password=italkart" DataConn.Open %> Seattle Karting Specialties
 
 
 Calendar of Events
 
 Series Information
 
 

 

Seattle Karting is running a maintenance update on our web site. Please check back later for the updated site.

 

Phone: 253-383-2222
info@seattlekarting.com

<% Dim objPageCount Set objPageCount = Server.CreateObject("MSWC.PageCounter") 'Increment the counter objPageCount.PageHit() 'Display the total number of hits to the page Response.Write "There have been " & objPageCount.Hits() & " hits since March 10, 2005" %>