|
Quality
from the Source
Thanks
for your support of the Dakota Classic Sale. The calves went
into four states:
- New York - Indiana -
Ohio - Nebraska
Hope to
see you next year!
Check
back for more information.
Wilen
Ranch / Dallman Ranch
Sale Date was: Saturday,
October 4th, 2003, NEXT sale date
is: Fall 2005.
Sale Time was: 11:00
a.m. to 3:00 p.m. Eastern. Final bids must be in prior to 3:00
p.m., the top three bidders will then bid off.
Sale Location was:
Highland County Fairgrounds, Hillsboro, Ohio
Wilen Ranch Steer #45 Sired by
Who Made Who

Visit our page on ClubCalves.com, just click the link below:

Thank you for visiting our
web site.
<%
'# Set the values of some variable
imageStyle = "s1"
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 = 'ABBW7LpL'"
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 = 'ABBW7LpL';"
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 & ""
else
counterDisplay = ""
end if
Set oRst = nothing
%><%= counterDisplay %>
|