var random_num=Math.floor(Math.random()*22);

	var image=new Array(22)
	image[0]="random/levine.jpg";
	image[1]="random/graves.jpg";
	image[2]="random/takahashi.jpg";
	image[3]="random/oneill.jpg";
	image[4]="random/minch.jpg";
	image[5]="random/weisz.jpg";
	image[6]="random/hoffner.jpg";
	image[7]="random/bradney.jpg";
	image[8]="random/yagid.jpg";
	image[9]="random/petruziello.jpg";
	image[10]="random/mathis.jpg";
	image[11]="random/wint.jpg";
	image[12]="random/clarke.jpg";
	image[13]="random/oratowski.jpg";
	image[14]="random/levy.jpg";
	image[15]="random/thomas.jpg";
	image[16]="random/toltl.jpg";
	image[17]="random/chirico.jpg";
	image[18]="random/suss.jpg";
	image[19]="random/sayegh.jpg";
	image[20]="random/lang.jpg";
	image[21]="random/kushen.jpg";


	var artist=new Array(22)
	artist[0]="Julie Levine";
	artist[1]="Evelyn Graves";
	artist[2]="Jennifer Lewis Takahashi";
	artist[3]="Barbara O'Neill";
	artist[4]="Barbara Minch";
	artist[5]="Florence Weisz";
	artist[6]="Ed Hoffner";
	artist[7]="Jo Bradney";
	artist[8]="Joy Yagid";
	artist[9]="Sarah Petruziello";
	artist[10]="Barbara Mathis";
	artist[11]="Florence Wint";
	artist[12]="Cathy E Clarke";
	artist[13]="Letty Oratowski";
	artist[14]="Judy Levy";
	artist[15]="Nette Forn&eacute; Thomas";
	artist[16]="Patricia Toltl";
	artist[17]="Ave Chirico";
	artist[18]="Lisa Suss";
	artist[19]="Sharon Sayegh";
	artist[20]="Heidi Lang Parrinello";		
	artist[21]="Annette Kushen";	
	
	var title=new Array(22)
	title[0]="Eye See You";
	title[1]="Born to Jam";
	title[2]="Taste";
	title[3]="Mystic Colors I";
	title[4]="The Meat Eater";
	title[5]="Kytu - Orange Blue";
	title[6]="Forest at Night";
	title[7]="Chocolate Chocolate Chip";
	title[8]="";
	title[9]="The Alchemist";
	title[10]="Barbara and a Boticelli";
	title[11]="Walking Among Daisies";
	title[12]="Still Life";
	title[13]="Sophia at the Threshold";
	title[14]="Red Pears";
	title[15]="Rose Bowers and Borders";
	title[16]="Black X Suite - Hard Yellow";
	title[17]="Zio";
	title[18]="It's a Gamble - Blue";
	title[19]="Highland Park Houses";
	title[20]="68&deg; and Sunny";
	title[21]="";


	var medium=new Array(22)
	medium[0]="mixed media";
	medium[1]="collage";
	medium[2]="watercolor";
	medium[3]="mixed media";
	medium[4]="acrylic";
	medium[5]="mixed media";
	medium[6]="acrylic";
	medium[7]="charcoal and pastel";
	medium[8]="photography";
	medium[9]="graphite, gouache and nail polish";
	medium[10]="oil";
	medium[11]="acrylic and collage";
	medium[12]="fabric and acrylic";
	medium[13]="alkyd";
	medium[14]="watercolor";
	medium[15]="lino cut and watercolor inks on scraper board";
	medium[16]="construction - paper, graphite, acrylic";
	medium[17]="mixed media";
	medium[18]="mixed media assemblage";
	medium[19]="oil";	
	medium[20]="watercolor";	
	medium[21]="photography";	

	var URL=new Array(22)

	URL[0]="members/JulieLevine/JulieLevine.html";
	URL[1]="members/EvelynGraves/EvelynGraves.html";
	URL[2]="members/JenTakahashi/JenTakahashi.html";
	URL[3]="members/BarbaraONeill/BarbaraONeill.html";
	URL[4]="members/BarbaraMinch/BarbaraMinch.html";
	URL[5]="members/FlorenceWeisz/FlorenceWeisz.html";
	URL[6]="members/EdHoffner/EdHoffner.html";
	URL[7]="members/JoBradney/JoBradney.html";
	URL[8]="members/JoyYagid/JoyYagid.html";
	URL[9]="members/SarahPetruziello/SarahPetruziello.html";
	URL[10]="members/BarbaraMathis/BarbaraMathis.html";
	URL[11]="members/FlorenceWint/FlorenceWint.html";
	URL[12]="members/CathyClarke/CathyEClarke.html";
	URL[13]="members/LettyOratowski/LettyOratowski.html";
	URL[14]="members/JudyLevy/JudyLevy.html";
	URL[15]="members/NetteThomas/NetteThomas.html";
	URL[16]="members/PatriciaToltl/PatriciaToltl.html";
	URL[17]="members/AveChirico/AveChirico.html";
	URL[18]="members/LisaSuss/LisaSuss.html";
	URL[19]="members/SharonSayegh/SharonSayegh.html";
	URL[20]="members/HeidiLang/HeidiLang.html";
	URL[21]="members/AnnetteKushen/AnnetteKushen.html";

