urls='top.html';

	//移動するまでの秒数を指定する
	byou=15;

	function jump()
		{
		a=0;
		byou*=1000;
		a=setTimeout('location.href=urls',byou);
		}

