function swapIn(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
function swapOut(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
window.status = "Welcome to The Frog & Toad";
