// JavaScript Document

<!--
			cluster = new Array(10);
			
			cluster[0] = '<a href="ge60.html"><img src="_images/spotlight2.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge60.html">Spotlight on the Clusters</a></h2><p><a href="ge60.html">America in the 60s</a></p>'
			cluster[1] = '<a href="geM1.html"><img src="_images/spotlight01.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="geM1.html">Spotlight on the Clusters</a></h2><p><a href="geM1.html">The Global Environment</a></p>'
			cluster[2] = '<a href="ge20.html"><img src="_images/spotlight20.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge20.html">Spotlight on the Clusters</a></h2><p><a href="ge20.html">Interracial Dynamics in<br />American Society and Culture</a></p>'
			cluster[3] = '<a href="ge21.html"><img src="_images/spotlight21.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge21.html">Spotlight on the Clusters</a></h2><p><a href="ge21.html">The History of Modern Thought</a></p>'
			cluster[4] = '<a href="ge23.html"><img src="_images/spotlight23.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge23.html">Spotlight on the Clusters</a></h2><p><a href="ge23.html">Inside the Performing Arts</a></p>'
			cluster[5] = '<a href="geM24.html"><img src="_images/spotlight24.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="geM24.html">Spotlight on the Clusters</a></h2><p><a href="geM24.html">Work, Labor, and Social Justice</a></p>'
			cluster[6] = '<a href="ge66.html"><img src="_images/spotlight66.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge66.html">Spotlight on the Clusters</a></h2><p><a href="ge66.html">Los Angeles: The Cluster</a></p>'
			cluster[7] = '<a href="ge70.html"><img src="_images/spotlight70.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge70.html">Spotlight on the Clusters</a></h2><p><a href="ge70.html">Evolution of the Cosmos and Life</a></p>'
			cluster[8] = '<a href="ge72.html"><img src="_images/img_TEMP.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge72.html">Spotlight on the Clusters</a></h2><p><a href="ge72.html">Sex: From Biology to Gendered Society</a></p>'
			cluster[9] = '<a href="ge80.html"><img src="_images/spotlight80.jpg" alt="Spotlight" width="240" height="129" border="0" /></a><h2><a href="ge80.html">Spotlight on the Clusters</a></h2><p><a href="ge80.html">Frontiers in Human Aging</a></p>'
			
			index = Math.floor(Math.random() * cluster.length);
			document.write(cluster[index] + "\n");
			
			// -->