<?php
	error_reporting(0);

	$status = array('1' => '試合前', '2' => '速報中', '3' => '試合終了');

	$position = array('1' => '投', '2' => '捕', '3' => '一', '4' => '二', '5' => '三', '6' => '遊', '7' => '左', '8' => '中', '9' => '右');

	function h($str='')
	{
		echo htmlspecialchars($str);
	}
