function randomURL () {
	reportURL = new Array();
	reportURL[0] = "ps_takeuchi.html";
	reportURL[1] = "zazous_mase.html";
	reportURL[2] = "eat_ito.html";
	n = Math.floor(Math.random() * reportURL.length);
	location.href = level+"report/"+reportURL[n];
}