<!--
var slideshowspeed = 13000;
var crossfade = 3;

var picture = new Array(); 
var caption = new Array(); 


	picture [1] = 'images/homepics/test.jpg';
	picture [2] = 'images/homepics/test.jpg';
	picture [3] = 'images/homepics/test.jpg';
    picture [4] = 'images/homepics/test.jpg';	
	picture [5] = 'images/homepics/test.jpg';
	picture [6] = 'images/homepics/test.jpg';
	picture [7] = 'images/homepics/test.jpg';
	picture [8] = 'images/homepics/test.jpg';
	picture [9] = 'images/homepics/test.jpg';
	picture [10] = 'images/homepics/test.jpg';
	picture [11] = 'images/homepics/test.jpg';
	picture [12] = 'images/homepics/test.jpg';
	picture [13] = 'images/homepics/test.jpg';
	picture [14] = 'images/homepics/test.jpg';
    picture [15] = 'images/homepics/test.jpg';
	picture [16] = 'images/homepics/test.jpg';
	picture [17] = 'images/homepics/test.jpg';
	picture [18] = 'images/homepics/test.jpg';
	picture [19] = 'images/homepics/test.jpg';
	picture [20] = 'images/homepics/test.jpg';
	picture [21] = 'images/homepics/test.jpg';
	picture [22] = 'images/homepics/test.jpg';
	picture [23] = 'images/homepics/test.jpg';
	picture [24] = 'images/homepics/test.jpg';
	picture [25] = 'images/homepics/test.jpg';
	picture [26] = 'images/homepics/test.jpg';
	picture [27] = 'images/homepics/test.jpg';

	
	caption [1] = " ";
	caption [2] = " ";
	caption [3] = " ";
	caption [4] = " ";
	caption [5] = " ";
	caption [6] = " ";
    caption [7] = " ";
	caption [8] = " ";
	caption [9] = " ";
	caption [10] = " ";
	caption [11] = " ";
	caption [12] = " ";
	caption [13] = " ";
	caption [14] = " ";
	caption [15] = " ";
	caption [16] = " ";
	caption [17] = " ";
	caption [18] = " ";
	caption [19] = " ";
	caption [20] = " ";
	caption [21] = " ";
	caption [22] = " ";
	caption [23] = " ";
	caption [24] = " ";
	caption [25] = " ";
	caption [26] = " ";
	caption [27] = " ";

	

var tss;
var iss;
var jss = 1;
var pss = picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = picture[iss];}

function rotate(){
if (document.all){
document.images.homepics.style.filter="blendTrans(duration=2)";
document.images.homepics.style.filter="blendTrans(duration=crossfade)";
document.images.homepics.filters.blendTrans.Apply();}
document.images.homepics.src = preLoad[jss].src;
if (document.getElementById) 
{ 
	var eleTemp;
	
	eleTemp = document.getElementById("CaptionBox");
	if (eleTemp)
		eleTemp.innerHTML= caption[jss];
}
if (document.all) document.images.homepics.filters.blendTrans.Play();
jss = jss + 1;
if (jss > (pss)) jss=1;
tss = setTimeout('rotate()', slideshowspeed);
}
		
		

    /*picture [20] = 'images/homepics/cfao_hawaiishortcourseCU.jpg';*/
	/*picture [25] = 'images/homepics/deptucscIMG1496.jpg';*/
	/*picture [26] = 'images/homepics/deptucscIMGP1548.jpg';*/
	/*picture [27] = 'images/homepics/deptucscIMGP1560.jpg';*/
	/*picture [28] = 'images/homepics/deptucscIMGP1497.jpg';*/
	/*picture [29] = 'images/homepics/deptucscIMGP1520.jpg';*/
	/*picture [30] = 'images/homepics/deptucscIMGP1526.jpg';*/
	
	/*caption [20] = "CfAO summer interns puzzle over optics problem, Hawaii, 2005.  (S. Anderson)";*/
	/*caption [25] = "Entrance to Science and Engineering Library";*/
	/*caption [26] = "Morning science coffee in CfAO atrium.";*/
	/*caption [27] = "Morning science coffee in CfAO atrium.";*/
	/*caption [28] = "Science Plaza: Science Library to left, Physics/Astronomy at center and right.";*/
	/*caption [29] = "Prospective graduate student applicants (they did not get in).";*/
	/*caption [30] = "Campus main entrance, UCSC.";*/
	
	//

