function change(oTD) {
	oTD.style.backgroundColor = '#f2ae48';
}
function changeB(oTD) {
	oTD.style.backgroundColor = '#000000';
}