<%@LANGUAGE="VBSCRIPT"%> <% set hp_artists = Server.CreateObject("ADODB.Recordset") hp_artists.ActiveConnection = MM_gseart_live_STRING hp_artists.Source = "{call dbo.usp_hpArtistList}" hp_artists.CursorType = 0 hp_artists.CursorLocation = 2 hp_artists.LockType = 3 hp_artists.Open() hp_artists_numRows = 0 %> Untitled Document
 

Current Exhibition

Picture of the Month

 
 
<% hp_artists.Close() %>