<!--// PRELOAD OVER STATES

var image_path = "";
	
function doPreload() {

	var theImages = new Array('/images/navigation/emergency_cont_over.gif','/images/navigation/implants_over.gif','/images/navigation/media_over.gif','/images/navigation/oral_pill_over.gif','/images/navigation/resource_centre_over','/images/navigation/vaginal_ring_over.gif','/images/header/emergency_cont_top.gif','/images/header/implants_top.gif','/images/header/new_dev_top.gif','/images/header/oral_pill_top.gif','/images/header/resource_centre_top.gif','/images/header/vaginal_ring_top.gif');

	preloadImages(theImages);

}

function preloadImages(theImagesArray) {

	for (loop = 0; loop < theImagesArray.length; loop++) {
	var anImage = new Image();
	anImage.src = theImagesArray[loop];
	
	}
	
}

// END PRELOAD OVER STATES -->
