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/church_upT.jpg','../images/church_dwnT.jpg',
	'../images/aboutus_upT.jpg','../images/aboutus_dwnT.jpg',
	'../images/contact_upT.jpg','../images/contact_dwnT.jpg',
	   '../images/topimage_001_adventcandles.jpg',
// '../images/topimage_002_snowmen.jpg',
	   '../images/topimage_003_lillies.jpg','../images/newschoolskylineandlogo.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',
	   '../images/aboutus_title.jpg','stjoseph.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;
}


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);

