%
artist="Owen, Robert"
artistl="Owen"
school="American (1878-1957)"
%>
<%=artist%>
<%=school%>
|
<%for x=1 to 2%>
<%select case x%>
<%
case 1
title="Sunny Path"
co=""
type2="Oil on Canvas"
size="16 x 20 inches"
signed="Signed Lower Right"
pdate=""
sold="SOLD"
case 2
artist="Owen, Robert"
artistl="Owen"
school="American (1878-1957)"
title="Red Barn"
co=""
type2="Oil on Canvas"
size="18 x 24 inches"
signed="Signed Lower Right"
pdate=""
sold="SOLD"
%>
<%end select%>
|
 |
<%=Artist%>
<%=school%>
<%=title%>
<%if co<>"" then%>
(<%=co%>)
<%end if%>
<%=type2%>
<%=size%>
<%=signed%>
<%=pdate%>
<%=sold%>
|
<%next%>