// JavaScript Document
									var arrayLen=7;	
									var tocTextArray=new Array(arrayLen);
									var tocURLArray=new Array(arrayLen);
									var tocImgArray=new Array(arrayLen);
									var j=0;
									tocTextArray[j]="Where's the common ground for hardcore scientists and die-hard artists?";
									tocURLArray[j]= "/toc/theater.htm";
									tocImgArray[j]="/images/toc/tocTheaterTease.jpg";
									
									j=j+1;
									tocTextArray[j]="Why are alumni, parents, and President Randy Helm gathered outside a minivan?"
									tocURLArray[j]="/toc/minivan.htm";
									tocImgArray[j]="/images/toc/tocMinivanTease.jpg";
									
									
									j=j+1;
									tocTextArray[j]="Where would you find students studying Hercules and Joe DiMaggio in the same class?"
									tocURLArray[j]="/toc/huber.htm";
									tocImgArray[j]="/images/toc/tocHuberTease.jpg";
									
									j=j+1;
									tocTextArray[j]="What could accounting, political science and Russian studies majors possibly have in common?";
									tocURLArray[j]="/toc/accapella.htm";
									tocImgArray[j]="/images/toc/tocAcapellaTease.jpg";
									
									j=j+1;
									tocTextArray[j]="Why is a neuroscience and music performance student dressed in Emergency Medical Services gear?";
									tocURLArray[j]="/toc/emt.htm";
									tocImgArray[j]="/images/toc/tocEmtTease.jpg";
									
									j=j+1;
									tocTextArray[j]="Why are art and biology students brushing up on their Spanish?";
									tocURLArray[j]="/toc/costarica.htm";
									tocImgArray[j]="/images/toc/tocCostaTease.jpg";
									
									j=j+1;
									tocTextArray[j]="Where do 300 students mingle with faculty and staff on a Friday night?";
									tocURLArray[j]="/toc/shabbat.htm";
									tocImgArray[j]="/images/toc/tocShabbatTease.jpg";