|
The time honored standards of
Swiss watch making excellence have been synonymous with Catena since
1950. Catena continues that tradition by combining Swiss
craftsmanship and artistry with the latest technology to design a
collection of truly unique equestrian timepieces.
Today Catena benefits from
the experience and know how of the third and fourth generations
of a Swiss family of watchmakers . Every Catena watch is Swiss made and is covered by a
two-year international limited guarantee.
Bennett Fine Jewelry is
your authorized dealer of fine Catena
watches.
Call Bennett Fine
Jewelry at (480) 585-3080 today!
Click the image to enter the
gallery of fine Catena watches!

Click the image to enter the
gallery of fine Catena watches!
<%
'# Set the values of some variable
imageStyle = "s3"
serverPath = "//plugins.websitecomplete.com/wsc_images"
protocol = "http:"
If ucase(Request.ServerVariables("HTTPS")) = "ON" Then protocol="https:"
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 = 'ex8n0gr8'"
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 = 'ex8n0gr8';"
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 %> |