<%@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' AND CategoryID LIKE '9' 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 and Used Quads For Sale - Yamaha, Suzuki, Polaris, E-Ton Quads and ATVs
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
Used and Second Hand Quads, ATVs, Side by Sides
used quads for sale
ATV World Used Quads Menu
menu
Kids Quads Youth Quads Adult Quads Road Legal Quads Utility Quadsside by sides for sale
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, please either call us on freephone 08000 147 147 or email us at sales@atvworld.com

ATV WORLD has Found <%=(used_stock_total)%> SIDEXSIDE in stock

<% While ((Repeat1__numRows <> 0) AND (NOT used_stock.EOF)) %>

<%=(used_stock.Fields.Item("Productname").Value)%>...<%=(used_stock.Fields.Item("ProductModel").Value)%>

Product ID: <%=(used_stock.Fields.Item("ProductID").Value)%> Year: <%=(used_stock.Fields.Item("Year").Value)%> Colour: <%=(used_stock.Fields.Item("Colour").Value)%>
" rel="lightbox">

" alt="Can't see a picture? - Call ATV World for more details" width="421" height="244" border="3" class="atvworld" >


Details: <%=(used_stock.Fields.Item("Details").Value)%>

<%=(used_stock.Fields.Item("Price").Value)%>
For more information about this quad call us free on 08000 147 147

 
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 used_stock.MoveNext() Wend %>
 
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
Sign up for the ATV World Newsletter
ATV World on a map
Road Legal Quads at ATV World
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 %>