	function confirmMedia() {
		message = "Please be aware that Media Mail will take 5-7 days once the address lists are mailed. Please use Priority Mail if you want it sooner.\n\nClick on ok to order or click on cancel if you want to choose another shipping method.";
		if(confirm(message)) {
			return true;
		}
		else {
			return false;
		}
	}
