function GetQuestion() {

	var win = window.open("planet_tac_toe2_testing2.html", "solution", "width=400,height=350,resizable,scrollbars");
}

function reset() {
	location = "planet_tac_toe_testing2.html";
}
