</tr>
	</table>
<br/>

<h4>Business Hours</h4>
<table class="form">
	<tr>
		<td class="field-name">Business Hours: <a href="#" onmouseover="drc('If this option is turned on, this company\'s business hours will be visible.','Marketplace Help Tool'); return true;" onmouseout="nd(); return true;" class="field-info">[?]</a></td>
		<td class="field-value"><input type="radio" name="fields[business_hours_flag]" value="1"<?php 
echo $business_hours_flag_option[1];
?>
> On &nbsp;&nbsp;&nbsp; <input type="radio" name="fields[business_hours_flag]" value="0"<?php 
echo $business_hours_flag_option[0];
?>
> Off</td>
		</tr>
	<?php 
echo $biz->buildBusinessForm();
?>
	</table>
<br/>



<input type="submit" name="submit" value="Create">


</form>

<?php 
getFooter("admin");