Miyo={
	preLoadImgs: function() {
		for (var i=0; i < this.hoverImages.length; i++) {
		    	this.imagesStack[i] = new Image();
		    	this.imagesStack[i].src = this.imgPath + this.hoverImages[i];
		}
	},
	imgPath: '/templates/miyo/images/',
	imagesStack: [],
	hoverImages: ['home-o.gif', 'principal-o.gif', 'staff-o.gif', 'kindergarten-o.gif', 'contact-us-o.gif', 'arrow-curriculum-o.gif']
}

//window.addEvent("load", Miyo.preLoadImgs.bind(Miyo));
