<%@LANGUAGE="VBSCRIPT"%> <% set ACPAS = Server.CreateObject("ADODB.Recordset") ACPAS.ActiveConnection = MM_ACPAS_STRING ACPAS.Source = "SELECT * FROM quiltphotos ORDER BY file ASC" ACPAS.CursorType = 0 ACPAS.CursorLocation = 2 ACPAS.LockType = 3 ACPAS.Open() ACPAS_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 ACPAS_numRows = ACPAS_numRows + Repeat1__numRows %> Untitled Document
A heartfelt thankyou to all those who supported the recent Salute to Quilts Exhibition by way of submitting a quilt for selection and/or attending the Exhibition/Preview Gala. Your support contributed to making this Exhibition the outstanding success that it was.

For those who were not able to attend or for those who simply would like to reminisce, the following are some photographs taken of the installation by Mark Carter Photography. Enjoy and thank you once again

The Aotea Centre Performing Arts Committee

 
Please click on the links below to view photos of the show.
 
<% While ((Repeat1__numRows <> 0) AND (NOT ACPAS.EOF)) %>
     
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 ACPAS.MoveNext() Wend %>
<% ACPAS.Close() %>