function image() { };
		image = new Array();
		number = 0;
		// imageArray
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-enter-wkd-nyu-08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link">The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-goldfarb-skolnik-wkd08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link"> The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-hemodialysis-wkd08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link"> The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-poster-wkd08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link">The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-skolnik-zhdanova-wkd08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link"> The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-wkd-nyu-08.jpg' width='200'>", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link"> The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </a>'};
	image[number++] = {img:"<img src='/medicine/nephrology/images/cc-wkd08-3drs.jpg' width='200' >", cap:'<a href="/medicine/nephrology/aboutus/wkd-nyu-08.html" class="link"> The Nephrology Division collaborated with the National Kidney Foundation to host World Kidney Day 2008... [more] </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);
		