<% @Language = VBScript %> <% Response.Status = "301 Moved Permanently" Response.AddHeader "Location", "http://" & Request.ServerVariables("server_name") & "/busch.aspx" %> <% strQ = strQ & "SELECT txtSystem, " strQ = strQ & "txtItemNumber, " strQ = strQ & "txtItemMfr, " strQ = strQ & "txtCountry, " strQ = strQ & "bolNLA, " strQ = strQ & "txtRailway, " strQ = strQ & "txtEra, " strQ = strQ & "txtItemDesc, " strQ = strQ & "txtYear, " strQ = strQ & "intInterface, " strQ = strQ & "lngNumericSort, " strQ = strQ & "txtDigitalDecoder, " strQ = strQ & "curSuperSale, " strQ = strQ & "curSalePrice, " strQ = strQ & "txtGrid " strQ = strQ & "FROM tblwebitems " strQ = strQ & "WHERE ((tblwebitems.txtgrid) " strQ = strQ & "IN ('Vehicles','Police','Fire'))AND " strQ = strQ & "((tblwebitems.txtItemMfr) " strQ = strQ & "='Busch')AND " strQ = strQ & "((tblwebitems.bolNLA) " strQ = strQ & "='0') ORDER BY RAND() LIMIT 1" objRS.Open strQ %> Busch
<% Randomize intChoice = Int(Rnd * 8) '2 is the number of case items Select Case intChoice %> <% Case 0 %> <% Case 1 %> <% Case 2 %> <% Case 3 %> <% Case 4 %> <% Case 5 %> <% Case 6 %> <% Case 7 %> <% End Select%>
Busch is considered by many modelers to be the best manufacture of landscaping material, vehicles and accessories. Over the years Busch has really expanded their product line and today they produce quality products in a variety of gauges. Busch products play an essential roll in bringing your layout to life. Reynauld's stocks the complete Busch product assortment at discounted prices. Make us your one stop shop for accessories, vehicles and landscaping material.
Featured Item
HO Scale
European Passenger Vehicles
European Police Vehicles
European Fire & Rescue
US Passenger Vehicles
US Police Vehicles
US Fire & Rescue Vehicles
Lighted Vehicles
Vehicles w/ Blinking Lights
Miniature-Dioramas
Miniature-Dioramas
Freight Car Loads
Accessories
Buildings
Lighting
Landscaping
Signals
Roadways
Tunnels
Price List
2007 New Items

 


<% objRS.Close Set objRS = Nothing objConn.Close Set objConn = Nothing %>