function doPreload() {
	var the_images = new Array(
	'../images/home_upT.jpg','../images/home_dwnT.jpg',
	'../images/whatsnew_upT.jpg','../images/whatsnew_dwnT.jpg',
	'../images/news_upT.jpg','../images/news_dwnT.jpg',
	'../images/alumni_title.jpg','../images/church_upT.jpg','../images/church_dwnT.jpg',
	'../images/aboutus_upT.jpg','../images/aboutus_dwnT.jpg',
	'../images/contact_upT.jpg','../images/contact_dwnT.jpg',
	'new40.jpg','images/Class2010.gif','images/Class2009.jpg','images/Class2008.jpg','images/Class2007.gif','images/friendT.jpg','images/1986T.jpg','images/1985T3','images/Class2006.gif','images/1983T.jpg','images/Class2005.gif',
	'images/Class1994reunion10.gif','images/Class1959.gif','images/1stGrade1962.gif','images/1stGr1952.gif',
	'images/Class1959reunion44.gif',
	   '../images/topimage_001_adventcandles.jpg',
// 'images/topimage_002_snowmen.jpg',
	   '../images/newschoolskylineandlogo.jpg','../images/topimage_003_lillies.jpg',
	   '../images/topimage_005_mygardenCrop.jpg','../images/topimage_006_autumnchurch.jpg',
	   '../images/topimage_007_dewdrops.jpg','../images/topimage_008_nasturtium.jpg',
	   '../images/topimage_009_nasturtium2.jpg','../images/topimage_010_morningglory.jpg',
//	   '../images/topimage_011_morningglory2.jpg','../images/topimage_012_morningglory3.jpg',
	   '../images/topimage_013_butterfly.jpg','../images/topimage_014_butterfly2.jpg',
	   '../images/topimage_015_squirrel.jpg'
					);
	preloadImages(the_images);
}

function preloadImages(the_images_array) {
	for (i=0;i<the_images_array.length;i++) {
		var an_image = new Image();
		an_image.src = the_images_array[i];
	}
}

function swap(name,image){
	document.images[name].src = image;
	return true;
}


	function newWindow() {
	  win2=window.open('','win2','width=440,height=100,resizable=no,status=yes,left=175,top=395,screenX=175,screenY=395');
	  win2.document.open();
	  win2.document.write('<html><body bgcolor="#ffffcc"><table border="0"><tr valign="middle"><td align="center" width="640" height="100"><font face="MS Trebuchet, Arial, Helvetica, sans-serif"><h2><center>&quot;Alumni&quot; has new photos!<\/a><\/center><\/h2><\/font><\/td><\/tr><\/table>');
	  win2.document.fgColor="#000874";
	  win2.document.linkColor="#cc99ff";
	  win2.document.vlinkColor="#cc99ff";
	  win2.document.alinkColor="#ff0000";
	  win2.document.write("<\/body>");
	  win2.document.close();
	  setTimeout('shutWindow()',3000)
	}
	function shutWindow() {
		if (newWindow && !newWindow.closed) {
	win2.window.close() }
	}

var arrImages = new Array();
arrImages[0]= "../images/topimage_003_lillies.jpg";
arrImages[1]= "../images/newschoolskylineandlogo.jpg";
arrImages[2]= "../images/topimage_005_mygardenCrop.jpg";
arrImages[3]= "../images/topimage_006_autumnchurch.jpg";
arrImages[4]= "../images/topimage_007_dewdrops.jpg";
arrImages[5]= "../images/topimage_008_nasturtium.jpg";
arrImages[6]= "../images/topimage_009_nasturtium2.jpg";
arrImages[7]= "../images/topimage_010_morningglory.jpg";
arrImages[8]= "../images/topimage_001_adventcandles.jpg";
// arrImages[12]= "../images/topimage_002_snowmen.jpg";
arrImages[9]= "../images/topimage_013_butterfly.jpg";
arrImages[10]= "../images/topimage_014_butterfly2.jpg";
arrImages[11]= "../images/topimage_015_squirrel.jpg";
// arrImages[13]= "../images/topimage_011_morningglory2.jpg";
// arrImages[14]= "../images/topimage_012_morningglory3.jpg";
var intRandom = Math.floor(Math.random()*12);
