function image() { };
		image = new Array();
		number = 0;
		// imageArray
		image[number++] = {img:"<img src='/voicecenter/images/home1a.jpg' width='200' height='160'>", cap:'Singing beyond a comfortable pitch or loudness range can harm your voice. See <a href="patient/vocal_health.html">Tips for Good Vocal Health</a>.'};
		//image[number++] = {img:"<img src='/voicecenter/images/home1b.jpg' width='200' height='160'>",  cap:'Many people attribute hoarseness to "laryngitis", but there are a variety of <a href="conditions/hoarse.html">causes of hoarseness</a>.'};
		image[number++] = {img:"<img src='/voicecenter/images/home1c.jpg' width='200' height='160'>", cap:'The NYU Voice Center&#39;s <a href="aboutus/experts.html">team of experts</a> specializes in the care of the singing voice.'};
		image[number++] = {img:"<img src='/voicecenter/images/home1d.jpg' width='200' height='160'>", cap:'Actors and other performers are at risk for developing <a href="conditions/voice/">voice problems</a>. The NYU Voice Center can help.'};
		image[number++] = {img:"<img src='/voicecenter/images/home1e.jpg' width='200' height='160'>", cap:'The NYU Voice Center helps teachers by treating disorders like sore throat, hoarseness, and voice loss. See <a href="aboutus/intro.html">What We Do</a>.'};
		image[number++] = {img:"<img src='/voicecenter/images/home1f.jpg' width='200' height='160'>", cap:'Voice production is a complex process involving muscles of the ribs, stomach, diaphragm, neck, voice box, throat, and mouth. See <a href="/voicecenter/patient/speech/howvoice.html">How Your Voice Works</a>.'};
		
		increment = Math.floor(Math.random() * number); 
		txt = '<div id="image">' + image[increment].img + '</div> <div id="caption"><font class="caption">' + image[increment].cap + '</font></div>';
		document.write(txt);
		