// JavaScript Document
									var arrayLen=2;	
									var gtgcTextArray=new Array(arrayLen);
									var gtgcURLArray=new Array(arrayLen);
									var gtgcImgArray=new Array(arrayLen);
									var j=0;
									
									
									gtgcTextArray[j]="Professor Gail Eisenberg's Marketing Research class takes on community problems and delivers winning solutions";
									gtgcURLArray[j]= "/gtgc/eisenberg.htm";
									gtgcImgArray[j]="/images/gtgc/eisenberg-small.jpg";

									j=j+1;
									gtgcTextArray[j]="Students in Health Care Economics with Dr. Trevor Knox learn how to be more than just a spectator in the health industry.";
									gtgcURLArray[j]="/gtgc/knox.htm";
									gtgcImgArray[j]="/images/gtgc/knox-small.jpg";
									
									/*
									j=j+1;
									gtgcTextArray[j]="\"I enjoy working with a real-world experience as opposed to reading a bland textbook. Instead of just discussing marketing in nonprofits, this project has given me a memorable experience I'll always remember.\"";
									gtgcURLArray[j]= "/gtgc/eisenberg.htm";
									gtgcImgArray[j]="/images/gtgc/eisenberg-small.jpg";

									j=j+1;
									gtgcTextArray[j]="\"Classes at Muhlenberg are discussion-oriented, and students really get to express their opinions. Dr. Knox is able to make difficult concepts appealing rather than daunting. It's hard to make economics funny, but he does it.\"<br> -Daniella LaRose '07";
									gtgcURLArray[j]="/gtgc/knox.htm";
									gtgcImgArray[j]="/images/gtgc/knox-small.jpg";
									*/
									
									
							
									
									
									