<!--       ***This part picks images***
var caption="test caption #1";
var image="";
var banners=0;
function writeCaption() {
document.getElementById('captionBox').innerHTML = 'Researchers measure the thickness of small ice floes during the West Antarctic Sea Ice Campaign. The research ship Lawrence M. Gold is shown in the background. Image courtesy of Dr. Konrad Steffen. All rights reserved.';
   }
function cycle() {
  if (++banners > 4) banners=1; 
    loadcaptions();
	loadbanners();
	document.banner1.src = image;
	document.banner1.alt = alt;
    window.setTimeout('cycle();',6000); 
  }
function loadcaptions() {
   if (banners==1)
      {
      document.getElementById('captionBox').innerHTML = 'Researchers measure the thickness of small ice floes during the West Antarctic Sea Ice Campaign. The research ship Lawrence M. Gold is shown in the background. Image courtesy of Dr. Konrad Steffen. All rights reserved.';
      }
   if (banners==2)
      {
	  document.getElementById('captionBox').innerHTML = 'Members of the SMEX04 North American Monsoon Experiment (NAME) sampling team at the Walnut Gulch regional study area in Arizona, USA. Image courtesy of NSIDC/USDA.<br><br><br>';
      }
   if (banners==3)
      {
      document.getElementById('captionBox').innerHTML = 'Scientists collect data on 20 February 2003 during the Cold Land Processes Experiment (CLPX) above Fraser, Colorado USA. Image courtesy of NSIDC.<br><br><br>';
      }
   if (banners==4)
      {
      document.getElementById('captionBox').innerHTML = 'Researchers collect AMSR-E validation data on 01 July 2003 in Georgia, USA as part of the Soil Moisture Experiment 2003 (SMEX03). Image courtesy of NSIDC.<br><br><br>';
	  }
	}
function loadbanners() {
   if (banners==1)
      {
      image="/data/amsr_validation/images/slideshow/ice_flow.jpg";
	  alt="West Antarctic Sea Ice campaign ice floe measuerements";
      }
   if (banners==2)
      {
      image="/data/amsr_validation/images/slideshow/SCAN_Site.jpg";
	  alt="SMEX04 NAME Experiment sampling team at the Walnut Gulch area, Arizona USA";
      }
   if (banners==3)
      {
      image="/data/amsr_validation/images/slideshow/terrain_iop3famet_20030220a.jpg"
			alt="CLPX scientists collecting in situ alpine data above Fraser, Colorado USA";
	  }
	if (banners==4)
      {
      image="/data/amsr_validation/images/slideshow/smex03_georgia_sample_photo.jpg";
			alt="Researchers conducting measurements in a SMEX03 field in Georgia, USA";
      }
	}

//-->



