<?php
require "../../mkdp.php";
header ('HTTP/1.1 301 Moved Permanently');

$th = $_REQUEST['th'];
if ($tsn = lib_util::urlconv_from_old ($th, '_onayamifree'))
{
  header ("location: //".$_SERVER['HTTP_HOST']."/rss/?tsn=$tsn");
  exit;
}
else if ($tsn = $_REQUEST['thno'])
  header ("location: //".$_SERVER['HTTP_HOST']."/rss/?tsn=$tsn");

