// JavaScript Document
<!--
var b1dis = "<a href=\"/";
var bdis = "\"><img src=\"";
var edis = " width=\"571\" height=\"373\" alt=\"\" border=\"0\"></a>";
var rnumb = "";
var img = "";
function getimage(){
	rnumb += Math.floor(Math.random()*5);
	img = rnumb;

	
	if (img == "0") {
		document.write(b1dis+ "v2006/content/publisher/customweather.do" +bdis+ "images/home/aws-graphic-03_9-07.jpg\" title=\"Click to learn more about Custom Weather\"" +edis);
	}
	
	if (img == "1") {
		document.write(b1dis+ "v2006/content/publisher/blueraster1.do" +bdis+ "images/home/aws-graphic-04_9-07.jpg\" title=\"Click to learn more about Blue Raster\"" +edis);
	}
	
	if (img == "2") {
		document.write(b1dis+ "v2006/community/community.jsp" +bdis+ "images/home/aws-graphic-02_9-07.jpg\" title=\"Click to enter the ArcWeb Services Community Portal\"" +edis);
	}
	
	if (img == "3") {
		document.write(b1dis+ "v2006/develop/flex.jsp" +bdis+ "images/home/aws-graphic-12-07.jpg\" title=\"Click to enter the ArcWeb Explorer Flex API\"" +edis);
	}
	
	if (img == "4") {
		document.write(b1dis+ "v2006/help/index_Left.htm#StartTopic=soap/migrate_options.htm#|SkinName=ArcWeb" +bdis+ "images/home/aws-graphic_7-17.jpg\" title=\"Click for instruction on how to migrate to SOAP v2006\" target=\"_blank\"" +edis);
	}

}

// -->
