<%@LANGUAGE="VBSCRIPT"%> <% Dim used_stock Dim used_stock_cmd Dim used_stock_numRows Set used_stock_cmd = Server.CreateObject ("ADODB.Command") used_stock_cmd.ActiveConnection = MM_atvworld_STRING used_stock_cmd.CommandText = "SELECT * FROM Products WHERE Website LIKE '%1' ORDER BY ProductID DESC" used_stock_cmd.Prepared = true Set used_stock = used_stock_cmd.Execute used_stock_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 used_stock_numRows = used_stock_numRows + Repeat1__numRows %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim used_stock_total Dim used_stock_first Dim used_stock_last ' set the record count used_stock_total = used_stock.RecordCount ' set the number of rows displayed on this page If (used_stock_numRows < 0) Then used_stock_numRows = used_stock_total Elseif (used_stock_numRows = 0) Then used_stock_numRows = 1 End If ' set the first and last displayed record used_stock_first = 1 used_stock_last = used_stock_first + used_stock_numRows - 1 ' if we have the correct record count, check the other stats If (used_stock_total <> -1) Then If (used_stock_first > used_stock_total) Then used_stock_first = used_stock_total End If If (used_stock_last > used_stock_total) Then used_stock_last = used_stock_total End If If (used_stock_numRows > used_stock_total) Then used_stock_numRows = used_stock_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (used_stock_total = -1) Then ' count the total records by iterating through the recordset used_stock_total=0 While (Not used_stock.EOF) used_stock_total = used_stock_total + 1 used_stock.MoveNext Wend ' reset the cursor to the beginning If (used_stock.CursorType > 0) Then used_stock.MoveFirst Else used_stock.Requery End If ' set the number of rows displayed on this page If (used_stock_numRows < 0 Or used_stock_numRows > used_stock_total) Then used_stock_numRows = used_stock_total End If ' set the first and last displayed record used_stock_first = 1 used_stock_last = used_stock_first + used_stock_numRows - 1 If (used_stock_first > used_stock_total) Then used_stock_first = used_stock_total End If If (used_stock_last > used_stock_total) Then used_stock_last = used_stock_total End If End If %> Second hand, Used Quads For Sale - Road Legal Quads, quadbikes, UTVs
Welcome to ATV World

Europe's Largest Yamaha ATV Sports Dealer
Polaris Quad & Side By Side Dealer
The UK's Exclusive E-TON Quads Distributor

Large selection of new and used quad bikes, ATVs and Side by Sides. The biggest selection of New and Used Quad Bikes, Side by Sides to view in the UK.
Nationwide delivery is available on all our quads.

Road legal quad bikes, adult sport quads and lesiure quad bikes, kids quad bikes and youth quads, side by sides, UTV's and Utility quads and quadbikes. Motorhomes for sale.

Used and Second Hand Quads, ATVs, Side by Sides
used quads

All our ATVs and Quads on these pages are located for viewing at the ATV World showroom, based in Leeds, Yorkshire, UK. If you are interested in any of these quads or ATV's for sale, please either call us on freephone 08000 147 147 or email us at sales@atvworld.com

We also have a number of Motorhomes for sale. See on the right hand column for more details. Can't find what your looking for? Give us a call and we may be able to help.

 

THIS PAGE WAS LAST UPDATED: <%= FormatDateTime(Date, 1)%>

ATV WORLD has <%=(used_stock_total)%> QUADS IN THE SHOWROOM RIGHT NOW!

Call ATV World on 0113 2778663
Find A Part - Quads, ATVs, Quad Bikes, Side by Sides Can't find what your looking for? ATV World has thousands on parts in stock now! Let us help you find your parts.
Call ATV World on 0113 2778663
Private number plate
Sign up for the ATV World Newsletter
ATV World on a map
ATV World - Facebook
ATV World - Twitter
ATV World Ebay Store
Delivery Rates for UK and Europe
ATV World Delivery Rate
<% used_stock.Close() Set used_stock = Nothing %>