echo stripslashes($biz->rec["search_terms"]);
?>
</textarea></td>
		</tr>
	</table>
<br/>

<h4>Service Directory</h4>
<p>The Service Directory is a directory of local businesses that offer valuable services to the community.  This page stands alone from the rest of marketplace
and can be used as a very valuable tool for the community as well as generate an additional revenue stream for advertising.</p>

<table class="form">
	<tr>
		<td class="field-name">Category:</td>
		<td class="field-value"><?php 
echo $biz->getServiceDirectories();
?>
</td>
		</tr>
	<tr>
		<td class="field-name">Or New Category:</td>
		<td class="field-value"><input type="input" name="new_sd_cat" value="<?php 
echo stripslashes($_POST["new_sd_cat"]);
?>
" class="text"></td>
		</tr>
	<tr>
		<td class="field-name">Profile:</td>
		<td class="field-value"><textarea name="fields[sd_profile]" style="width:500px; height:100px;"><?php 
echo stripslashes($biz->rec["sd_profile"]);
?>