function image() { };
		image = new Array();
		number = 0;
		// imageArray
		image[number++] = {img:"<img src='/medicine/images/bellevue_new.jpg' width='200' height='160'>", cap:'General Internal Medicine serves as the academic home to NYU&#146;s general internists working at hospitals including <a href="/medicine/dgim/patient/hospitals/bellevue.html">Bellevue Hospital</a>, above.'};
		image[number++] = {img:"<img src='/medicine/dgim/images/cc-3-mc-016.jpg' width='200' height='160'>",  cap:'General Internal Medicine serves as the academic home to NYU&#146;s general internists working at all of the hospitals of the NYU Medical Center, above.'};
		image[number++] = {img:"<img src='/medicine/dgim/images/cc-3-mc-039.jpg' width='200' height='160'>",  cap:'General Internal Medicine serves as the academic home to NYU&#146;s general internists working at hospitals including <a href="/medicine/dgim/patient/hospitals/bellevue.html">Bellevue Hospital</a>, above.'};
		image[number++] = {img:"<img src='/medicine/dgim/images/cc-3-mc-042a.jpg' width='200' height='160'>",  cap:'General Internal Medicine serves as the academic home to NYU&#146;s general internists working at hospitals including <a href="/medicine/dgim/patient/hospitals/bellevue.html">Bellevue Hospital</a>, above.'};		

//		image[number++] = {img:"<img src='#' width='200' height='160'>", cap:"This Caption will be replaced."};
//		image[number++] = {img:"<img src='#' width='200' height='160'>", cap:"This Caption will be replaced."};
//		image[number++] = {img:"<img src='#' width='200' height='160'>", cap:"This Caption will be replaced."};
//		image[number++] = {img:"<img src='#' width='200' height='160'>", cap:"This Caption will be replaced."};
		
		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);
		