<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% qryPB = "select * from tblPartsBin order by pbName" set rsPB = oConn.execute(qryPB) %> Used Mustang parts for sale

Used Parts Bin

<% if rsPB.eof then %> There are currently no listings in the Parts Bin. Please check back often <% else while not rsPB.eof %>
" rel="lightbox"> " width="150" />

Click to Zoom

<%=rsPB("pbName")%>

FITMENT: <%=rsPB("pbFitment")%>

DESCRIPTION: <%=rsPB("pbDesc")%>

PRICE: <%=formatcurrency(rsPB("pbPrice"))%>

INFO: Call 239-225-7529 for more information

<% rsPB.movenext wend end if %>