//
// ページを移動する
//
function movePage()
{
	// ロケーションを変更する
	window.location.href = "http://unic.or.jp/index.php";
}


