$grid->run();
?>
<div>* Too many 404 errors? <a target="_blank" href="http://www.clogica.com/kb/too-many-404-errors.htm">click here to see why?</a></div>
<br/><br/>
<form method="POST">
<h3>Unknown 404 Links Redirection<hr></h3>	
 
<table class="cform" width="100%">
	<tr>
		<td class="labelxx">Unknown 404 Redirection Status:</td>
		<td>
		<?php 
$drop = new dropdown('p404_status');
$drop->add('Enabled', '1');
$drop->add('Disabled', '2');
$drop->dropdown_print();
$drop->select($options['p404_status']);
?>
		</td>
	</tr>
	<tr>
	<td  class="labelxx">
	Redirect Unknown 404 Pages to:
	</td>
	<td>
	<input type="text" name="redirect_to" id="redirect_to" size="30" value="<?php 
echo $options['p404_redirect_to'];
?>
">
	</td>
	</tr>