<%@LANGUAGE="VBSCRIPT"%> <% on error resume next %> <% Dim cat Dim cat_numRows Set cat = Server.CreateObject("ADODB.Recordset") cat.ActiveConnection = MM_harley_STRING cat.Source = "SELECT * FROM moto_categorie ORDER BY categoria ASC" cat.CursorType = 0 cat.CursorLocation = 2 cat.LockType = 1 cat.Open() cat_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 cat_numRows = cat_numRows + Repeat1__numRows %> Harley-Davidson-Torino.it - Concessionaria Harley Davidson - Buell a Torino
HARLEY-DAVIDSON TORINO
HOME PAGE CONCESSIONARIA TORINO CHAPTER CONTATTI AREA RISERVATA
MODELLI HD 2010
OCCASIONI HD
MODELLI BUELL 2010

1903 - 2003 UN SECOLO DI STORIA E DI EMOZIONI

HARLEY-DAVIDSON MOTORCYCLES

Harley Davidson Torino
C.so Moncalieri, 269 | 10133 Torino | Fax 011.661.48.13 | Tel. 011.661.47.39
P.iva 07835870010

info@harley-davidson-torino.it - www.harley-davidson-torino.it

Designed by © 2010 COLLI DESIGN
<% cat.Close() Set cat = Nothing %>