switch($_GET['freevar'])
{
case '001':
header ("location: 001.php");
break;
case '002':
header ("location: 002.php");
break;
case '003':
header ("location: 003.php");
break;
case '004':
header ("location: 004.php");
break;
case '005':
header ("location: 005.php");
break;
case '005a':
header ("location: 005a.php");
break;
case '005b':
header ("location: 005b.php");
break;
case '006':
header ("location: 006.php");
break;
case '007':
header ("location: 007.php");
break;
case '008':
header ("location: 008.php");
break;
case '009':
header ("location: 009.php");
break;
case '010':
header ("location: 010.php");
break;
case '011':
header ("location: 011.php");
break;
case '012':
header ("location: 012.php");
break;
case '013':
header ("location: 013.php");
break;
case '014':
header ("location: 014.php");
break;
case '015':
header ("location: 015.php");
break;
case '016':
header ("location: 016.php");
break;
case '017':
header ("location: 017.php");
break;
case '018':
header ("location: 018.php");
break;
case '019':
header ("location: 019.php");
break;
case '020':
header ("location: 020.php");
break;
case '021':
header ("location: 021.php");
break;
default:
header ("location: 005b.php");
}
?>