<?
if ($section == "") {
	$section = 0;
}

if ($id == "") {
	$id = 0;
}
header("Location: /pages/article/$id/$section/\n\n");
exit;
?>
