%
artist="Northcroft, Patricia"
artistl="Northcroft"
school="British Contemporary"
%>
<%=artist%>
<%=school%>
|
<%for x=1 to 2%>
<%select case x%>
<%
case 1
title="Long-Tailed Tit"
co=""
type2="Bronze"
size="6 x 5 inches"
signed=""
pdate=""
sold="SOLD"
case 2
title="Swallow"
co=""
type2="Bronze"
size="10 x 8 inches"
signed=""
pdate=""
sold=""
%>
<%end select%>
|
 |
<%=Artist%>
<%=school%>
<%=title%>
<%if co<>"" then%>
(<%=co%>)
<%end if%>
<%=type2%>
<%=size%>
<%=signed%>
<%=pdate%>
<%=sold%>
|
<%next%>