function image() { };
		image = new Array();
		number = 0;
		// imageArray
		image[number++] = {img:"<img src='/strokecenter/images/home_1a.jpg' >", cap:'The Acute Stroke Unit, where patients seek treatment for strokes and mini strokes, is located on the east wing of the 17th floor of Tisch Hospital. <a href="/strokecenter/about/about.html">More about us.</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);
		
