|
Charles and Rebecca Kunz established Willow Wood in
1998. Willow Wood is 3 acres in rural Davenport, IA. When we
moved here we decided to name our property Willow Wood and to
raise our Boxers under this name. In 2004 when we tried
to register the Willow Wood name with AKC, we were denied use of
this name. We decided to use the name, Alerissa as our
AKC registered name for our Boxers. Alerissa was chosen for our
grandchildren, Alex and Marissa.
This web site has been in existence as Willowwoodboxers
since June of 2002. We have now moved to our new web site
Our new web site featuring our Boxers is now located
at
www.alerissaboxers.com
New litter of Boxer puppies born
July 25, 2007, visit the new web site under puppy
page
<%
'# Set the values of some variable
imageStyle = "s4"
serverPath = "http://plugins.websitecomplete.com/wsc_images"
DataSource = "FileDSN=c:\winnt\system32\dsn\plugins.dsn"
Set DataConn = Server.CreateObject("ADODB.Connection")
DataConn.Open DataSource
'# grab all their records to see what they have to offer
sqlQuery = "SELECT current_value FROM hitcounter WHERE pluginID = 'prE9yi3g'"
Set oRst = DataConn.Execute(sqlQuery)
if not oRst.eof then
counterNumber = CLng(oRst("current_value"))
if Session("Counted") = "" then
counterNumber = counterNumber + 1
'#update the current value in the database
sqlQuery = "UPDATE hitcounter SET current_value = " & counterNumber & " WHERE pluginID = 'prE9yi3g';"
DataConn.Execute(sqlQuery)
DataConn.close
Set DataConn = nothing
Session("Counted") = true
end if
counterNumber = "0000000000" & counterNumber
counterNumber = right(counterNumber,8)
counterDisplay = ""
howLong = len(counterNumber)
for i=1 to howLong
thisNumber = mid(counterNumber,i,1)
counterDisplay = counterDisplay & " "
next
counterDisplay = " " & counterDisplay & " "
counterDisplay = "" & counterDisplay & ""
else
counterDisplay = ""
end if
Set oRst = nothing
%><%= counterDisplay %>
|