<% set fc = CreateObject("Scripting.FileSystemObject") set a = fc.OpenTextFile(session("root") & "lastupdate.txt") upDate = a.readline a.close set a = nothing set fc = nothing %>

auction-net.co.uk

Pardy & Son Printers LtdAUCTIONS | INFO | SEARCH | E-MAIL | AUCTIONEERS

THIS WEB SITE IS DESIGNED AND MAINTAINED BY
4TH WAVE TECHNOLOGIES LTD


Auctions




E-mail Bid or Request Catalogue


Auctioneers

 
LAST AUCTION ADDED ON <%=DateInWords(upDate)%>

Please mention the Auction-Net website if you make direct contact
with any of our Auctioneers regarding auctions

For further details of services available from Pardy & Son (Printers) Ltd
please visit our website








Auction catalogs stamps antiques silver jewellery paintings fine art
The Auction-net website provides full auction catalogues from leading
provincial auction houses and auctioneers in the UK and USA
holding both specialist and general auctions and sales.
Search facilities, e-mail bids and auctions catalogue request forms are provided.

<% function DateInWords (inDate) aInDate = split(inDate,"/") select case aInDate(1) case 1 inMonth = "JANUARY" case 2 inMonth = "FEBRUARY" case 3 inMonth = "MARCH" case 4 inMonth = "APRIL" case 5 inMonth = "MAY" case 6 inMonth = "JUNE" case 7 inMonth = "JULY" case 8 inMonth = "AUGUST" case 9 inMonth = "SEPTEMBER" case 10 inMonth = "OCTOBER" case 11 inMonth = "NOVEMBER" case 12 inMonth = "DECEMBER" end select if left(aInDate(0),1) = "0" then aInDate(0) = right(aIndate(0),1) select case aInDate(0) case 1,21,31 inDay = aInDate(0) & "st" case 2,22 inDay = aInDate(0) & "nd" case 3,23 inDay = aInDate(0) & "rd" case else inDay = aInDate(0) & "th" end select if aInDate(2) = "99" then inYear = "1999" else 'inYear = "20" & aInDate(2) inYear = aInDate(2) end if DateInWords = inMonth & " " & inDay & ", " & inYear end function %>