%
artist="CUMING, Rebecca"
artistl="CUMING"
school="American Contemporary"
%>
<%=artist%>
<%=school%>
|
<%for x=1 to 4%>
<%select case x%>
<%
case 1
title="Egret"
co=""
type2="Oil on Canvas"
size="39 x 19 inches"
signed="Signed Lower Right"
pdate=""
sold=""
case 2
title="Night Jewels"
co=""
type2="Oil on Canvas"
size="27 x 39 inches"
signed="Signed Lower Right"
pdate=""
sold=""
case 3
title="Rainbow"
co=""
type2="Oil on Canvas"
size="18 x 37 inches"
signed="Signed Lower Right"
pdate=""
sold=""
case 4
title="Hummingbirds and Lady Slipper"
co=""
type2="Oil on Canvas"
size="39 x 33 inches"
signed="Signed Lower Right"
pdate=""
sold=""
%>
<%end select%>
|
 |
<%=Artist%>
<%=school%>
<%=title%>
<%if co<>"" then%>
(<%=co%>)
<%end if%>
<%=type2%>
<%=size%>
<%=signed%>
<%=pdate%>
<%=sold%>
|
<%next%>