// Note: Maximum image width on the AMSF main column is 460px   
// make sure to assign each new pics item a new array number, eg., if last one listed is pics[6], the next one added should be pics[7] (in brackets and not parentheses)
// when you add a picture, change the digits in the three places noted with "add picture:" comment below
function create() {
this.width = ''
this.height = ''
this.src = ''
this.href = ''
this.border = ''
this.mouseover = ''
this.caption = ''
}

pics = new Array()
// add picture: - >>loop control<<: when you add a picture, change the i<=# digit in the following
for(var i=1; i<=37; i++) { pics[i] = new create() }

// add picture: - >>array<<: when you add a picture, use the next digit in sequence for the array counter
//              - remember to change the width and height too! width will probably be 460, but make sure you change the height to match picture's height

pics[1].width = "460"
pics[1].height = "359"
pics[1].src = "Images/tommarthastrathmoresm.jpg"
pics[1].caption = "Martha Strickland with accompanist Tom Haug at the Strathmore Mansion, Rockville, MD."

pics[2].width = "460"
pics[2].height = "490"
pics[2].src = "Images/Strickland_Haug2010.jpg"
pics[2].caption = "Martha Strickland and Tom Haug confer prior to performing together in an Encore recital."

pics[3].width = "460"
pics[3].height = "440"
pics[3].src = "Images/Suffae.jpg"
pics[3].caption = "Sue Suffae following her Encore performance at Strathmore Mansion of Cadman and Ibert selections."

pics[4].width = "460"
pics[4].height = "390"
pics[4].src = "Images/Barth.jpg"
pics[4].caption = "Carol Barth following her Encore performance at Strathmore Mansion of Brahms Intermezzi, Op. 119."

pics[5].width = "460"
pics[5].height = "380"
pics[5].src = "Images/Francisco.jpg"
pics[5].caption = "Libby Francisco at the piano where she played Bach and Schuman selections for a Prelude recital."

pics[6].width = "460"
pics[6].height = "290"
pics[6].src = "Images/Cadenza_Group.jpg"
pics[6].caption = "A group of Cadenza recitalists including visiting members from Vermont and Washington State.  Left to right: Joan Rosenfield, Dale Dean, Yasunari Ishii, Carol Barth, Victor Dyni, Anne Williams, Richard Sawyer, Barbara Gertel, Arlene Wilson and Linda Armstrong"

pics[7].width = "460"
pics[7].height = "204"
pics[7].src = "Images/Encore_Performers.jpg"
pics[7].caption = "Encore recitalists at Strathmore Mansion.  Front row: Pat Shea, Victor Dyni, Tom Haug.  Back row: Allan Reiter, Florence Rollwagen, Carol Barth, David Fram, Sue Suffae, and Edward Aymar"

pics[8].width = "460"
pics[8].height = "337"
pics[8].src = "Images/Wedemeyer_Patton.jpg"
pics[8].caption = "Flutists Ann Wedemeyer and Becky Patton perform Boismortier's <i>Gaiement</i> during a Prelude Recital."

pics[9].width = "460"
pics[9].height = "472"
pics[9].src = "Images/donnabaldwinsm.jpg"
pics[9].caption = "Pianist Donna Baldwin at a Cadenza Recital."

pics[10].width = "460"
pics[10].height = "400"
pics[10].src = "Images/stringsMC2.jpg"
pics[10].caption = "A chamber group practices at a master class with Holly Hamilton."

pics[11].width = "460"
pics[11].height = "620"
pics[11].src = "Images/Kaplan and Ganz.jpg"
pics[11].caption = "Brian Ganz discusses Brahms Intermezzo, Op. 118, No. 2 with Harriet Kaplan during a master class."

pics[12].width = "460"
pics[12].height = "620"
pics[12].src = "Images/Cleary and Ganz.jpg"
pics[12].caption = "Brian Ganz and Adrienne Cleary discuss Chopin\'s Etude, Op. 25, No. 2 during a master class."

pics[13].width = "460"
pics[13].height = "575"
pics[13].src = "Images/Tom Haug and Ganz.jpg"
pics[13].caption = "Tom Haug and Brian Ganz react with amusement to loss of electrical power during a master class."

pics[14].width = "460"
pics[14].height = "620"
pics[14].src = "Images/Baldwin and Ganz.jpg"
pics[14].caption = "Donna Baldwin tries to keep in mind the spirit of the dance during a master class with Brian Ganz."

pics[15].width = "400"
pics[15].height = "525"
pics[15].src = "Images/stringsMC1.jpg"
pics[15].caption = "Violinist Holly Hamilton provides instruction at a master class."

pics[16].width = "460"
pics[16].height = "620"
pics[16].src = "Images/Rollwagen and Ganz.jpg"
pics[16].caption = "Florence Rollwagen keeps the action moving for Brian Ganz during a master class."

pics[17].width = "460"
pics[17].height = "620"
pics[17].src = "Images/Kim and Ganz.jpg"
pics[17].caption = "Yongin Kim tries one of Brian Ganz\' suggestions during a master class."

pics[18].width = "460"
pics[18].height = "325"
pics[18].src = "Images/donnaandbriansm.jpg"
pics[18].caption = "Brian Ganz offers some valuable preparation tips to Donna Baldwin after her performance of Moszkowski\'s Etudes 7, 10 and 11, Op 91."

pics[19].width = "460"
pics[19].height = "373"
pics[19].src = "Images/dalebriansm.jpg"
pics[19].caption = "Brian Ganz works with Dale Dean to bring out the beauty and nuance of the Rachmaninoff melody that is surrounded by a complex accompaniment in the lovely Prelude in Eb Major, Op 23, No 6."

pics[20].width = "460"
pics[20].height = "345"
pics[20].src = "Images/anneandbriansm.jpg"
pics[20].caption = "We\'re serious about our music. . . but we\'re here to have a good time too. Anne Williams and Brian Ganz laugh with one another after Anne's performance of the beautiful Brahms Intermezzo Op. 117, No 2."

pics[21].width = "460"
pics[21].height = "370"
pics[21].src = "Images/ellenstrathmoresm.jpg"
pics[21].caption = "Ellen Tenenbaum plays in an AMSF Encore Recital, Strathmore Mansion, Rockville, MD."

pics[22].width = "460"
pics[22].height = "300"
pics[22].src = "Images/triostrathmoresm.jpg"
pics[22].caption = "Clarinetist Steve Rosenthal, pianist Felicia Weiss, and violist Marion Richter perform in an AMSF Encore Recital, Strathmore Mansion, Rockville, MD."

pics[23].width = "460"
pics[23].height = "434"
pics[23].src = "Images/tomhaugcredenzasm.jpg"
pics[23].caption = "Tom Haug tries out the piano at a Cadenza Recital."

pics[24].width = "460"
pics[24].height = "330"
pics[24].src = "Images/patrickbriansm.jpg"
pics[24].caption = "Feel that beat; clap that rhythm! Free yourself. Now play it like that, Brian Ganz instructs Patrick Shea in playing Bartok\'s 1st Dance in Bulgarian Rhythms from Mikrokosmos Vol 6, No 148."

pics[25].width = "460"
pics[25].height = "325"
pics[25].src = "Images/stringsMC4.jpg"
pics[25].caption = "Holly Hamilton instructs a violin student at a string master class."

pics[26].width = "460"
pics[26].height = "364"
pics[26].src = "Images/ganzaudiencesm.jpg"
pics[26].caption = "An obviously rapt audience seeks to benefit from performance tips from Brian Ganz."

pics[27].width = "460"
pics[27].height = "454"
pics[27].src = "Images/florencebriansm.jpg"
pics[27].caption = "Brian Ganz shares some insight with Florence Rollwagen prior to practice in loosening her shoulders and leaning into the keyboard in playing Chopin\'s Polonaise in C# minor, Op 26, No 1."

pics[28].width = "460"
pics[28].height = "280"
pics[28].src = "Images/davidframsm.jpg"
pics[28].caption = "David Fram plays in an AMSF Encore Recital, Strathmore Mansion, Rockville, MD."

pics[29].width = "460"
pics[29].height = "325"
pics[29].src = "Images/Brian with Judith Block.jpg"
pics[29].caption = "Brian Ganz studies Beethoven score with Judith Block during May 2011 Master Class."

pics[30].width = "460"
pics[30].height = "290"
pics[30].src = "Images/Master Class May 2011.jpg"
pics[30].caption = "May 2011 Master Class Participants, for left to right Raye Haug, Rob Beers, Judith Block, instructor Brian Ganz, Sue Suffae, and Nancy Currier."

pics[31].width = "460"
pics[31].height = "434"
pics[31].src = "Images/tomhaugcadenzasm.jpg"
pics[31].caption = "Pianist Tom Haug at a Cadenza recital"

pics[32].width = "460"
pics[32].height = "350"
pics[32].src = "Images/Joyce_Sue_Laurie.jpg"
pics[32].caption = "Community Outreach participants Joyce Morton, Sue Suffae and Laurie Borman following their performance at Grace House in June 2011."

pics[33].width = "460"
pics[33].height = "420"
pics[33].src = "Images/JanHarper.jpg"
pics[33].caption = "Jan Harper following her performance at a master led by Matthew Harre."

pics[34].width = "460"
pics[34].height = "570"
pics[34].src = "Images/Harre_Rabinovitch.jpg"
pics[34].caption = "Ilya Rabinovitch listens intently to instruction offered by Matthew Harre during a master class."

pics[35].width = "460"
pics[35].height = "360"
pics[35].src = "Images/LindaHarris.jpg"
pics[35].caption = "Linda Harris smiles following her performance at a master class led by Matthew Harre."

pics[36].width = "460"
pics[36].height = "330"
pics[36].src = "Images/Harre_Freggens.jpg"
pics[36].caption = "Barbara Freggens considers pointers offered by Matthew Harre during a master class."

pics[37].width = "460"
pics[37].height = "320"
pics[37].src = "Images/Dyni_2011.jpg"
pics[37].caption = "Victor Dyni describes to an AMSF audience his experiences as a participant in international piano competitions for amateurs."

var n = Math.floor(Math.random()*37+1)

// add picture: - >>random ceiling<<: when you add a picture, change the 4 non-zero digits in the following to match the pics[#] # digit
// var n = Math.random() + ''
// n = parseInt(n.charAt(37))
//if(n >37) {
//        n = n - 37
//}
//else if(n==0) {
//        n = n + 37
//}
//n += ""

var image = pics[n]
var pic = ""
pic += '<img src="' + image.src + '" width=' + image.width
pic += '\n height=' + image.height + ' border=0' 
pic += '\n><p class=imgcaption>' + image.caption + '</p>'
				
document.write(pic)



